Html Css Color HEX #D32F89 Deep Cerise

📋 copy color: '#D32F89'

red 211 ◦ green 47 ◦ blue 137

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

Shades of Deep Cerise #D32F89

Tints of Deep Cerise #D32F89

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.9%

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 53.42%
G = 11.9%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D32F89 (or 0xD32F89) is known color: Deep Cerise. HEX triplet: D3, 2F and 89. RGB value is (211,47,137). Sum of RGB (Red+Green+Blue) = 211+47+137=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D32F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32F89 is #2CD076. Grayscale: #6A6A6A. Windows color (decimal): -2936951 or 8990675. OLE color: 8990675.

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

Color convert

RGB 211 47 137 -
CMYK 0 0.78 0.35 0.17
HSL 327.07º 0.65% 0.51% -
HSV(B) 327.07º 0.78% 0.83% -
XYZ 32.4 17.69 25.37 -
YUV 106.3 145.33 202.68 -
System Red Green Blue C M Y K H S L
Decimal 211 47 137 0 0.78 0.35 0.17 327.07 0.65 0.51
Hex D3 2F 89 0 4E 23 11 147 41 33
Octal 323 57 211 0 116 43 21 507 101 63
Binary 11010011 101111 10001001 0 1001110 100011 10001 101000111 1000001 110011

Color Harmonies of #D32F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32F89

Black with #D32F89

Text Example


Text Example

White with #D32F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32F89; }

 p { color: rgb(211,47,137); }

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

background-color css

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

 a { background-color: rgb(211,47,137); }

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

border-color css

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

 span { border-color: rgb(211,47,137); }

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