Html Css Color HEX #D32EAB Deep Cerise

📋 copy color: '#D32EAB'

red 211 ◦ green 46 ◦ blue 171

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

Shades of Deep Cerise #D32EAB

Tints of Deep Cerise #D32EAB

RGB

 RED value IS 211 (82.81% from 255) = 49.3%

 GREEN value IS 46 (18.36% from 255) = 10.75%

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

R = 49.3%
G = 10.75%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D32EAB (or 0xD32EAB) is known color: Deep Cerise. HEX triplet: D3, 2E and AB. RGB value is (211,46,171). Sum of RGB (Red+Green+Blue) = 211+46+171=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D32EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32EAB is #2CD154. Grayscale: #6D6D6D. Windows color (decimal): -2937173 or 11218643. OLE color: 11218643.

HSL color Cylindrical-coordinate representation of color #D32EAB: hue angle of 314.55º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D32EAB is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 46 171 -
CMYK 0 0.78 0.19 0.17
HSL 314.55º 0.65% 0.5% -
HSV(B) 314.55º 0.78% 0.83% -
XYZ 35.19 18.74 40.29 -
YUV 109.59 162.66 200.34 -
System Red Green Blue C M Y K H S L
Decimal 211 46 171 0 0.78 0.19 0.17 314.55 0.65 0.5
Hex D3 2E AB 0 4E 13 11 13B 41 32
Octal 323 56 253 0 116 23 21 473 101 62
Binary 11010011 101110 10101011 0 1001110 10011 10001 100111011 1000001 110010

Color Harmonies of #D32EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32EAB

Black with #D32EAB

Text Example


Text Example

White with #D32EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32EAB; }

 p { color: rgb(211,46,171); }

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

background-color css

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

 a { background-color: rgb(211,46,171); }

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

border-color css

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

 span { border-color: rgb(211,46,171); }

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