Html Css Color HEX #D732AB Deep Cerise

📋 copy color: '#D732AB'

red 215 ◦ green 50 ◦ blue 171

#D732AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D732AB

Tints of Deep Cerise #D732AB

RGB

 RED value IS 215 (84.38% from 255) = 49.31%

 GREEN value IS 50 (19.92% from 255) = 11.47%

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 49.31%
G = 11.47%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D732AB (or 0xD732AB) is known color: Deep Cerise. HEX triplet: D7, 32 and AB. RGB value is (215,50,171). Sum of RGB (Red+Green+Blue) = 215+50+171=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D732AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D732AB is #28CD54. Grayscale: #707070. Windows color (decimal): -2674005 or 11219671. OLE color: 11219671.

HSL color Cylindrical-coordinate representation of color #D732AB: hue angle of 316º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D732AB is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 171 -
CMYK 0 0.77 0.20 0.16
HSL 316º 0.67% 0.52% -
HSV(B) 316º 0.77% 0.84% -
XYZ 36.52 19.67 40.4 -
YUV 113.13 160.66 200.66 -
System Red Green Blue C M Y K H S L
Decimal 215 50 171 0 0.77 0.20 0.16 316 0.67 0.52
Hex D7 32 AB 0 4D 14 10 13C 43 34
Octal 327 62 253 0 115 24 20 474 103 64
Binary 11010111 110010 10101011 0 1001101 10100 10000 100111100 1000011 110100

Color Harmonies of #D732AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D732AB

Black with #D732AB

Text Example


Text Example

White with #D732AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D732AB; }

 p { color: rgb(215,50,171); }

 H1.HeaderClassName
 {
   color: #D732AB;
 }
 .AnyTagClassName
 {
   color: #D732AB;
 }
</style>

background-color css

<style>
 a { background-color: #D732AB; }

 a { background-color: rgb(215,50,171); }

 div.DivClassName
 {
   background-color: #D732AB;
 }
 .BgClassName
 {
   background-color: #D732AB;
 }
</style>

border-color css

<style>
 span { border-color: #D732AB; }

 span { border-color: rgb(215,50,171); }

 td.TdClassName
 {
   border-color: #D732AB;
 }
 .TagClassName
 {
   border-color: #D732AB;
 }
</style>