Html Css Color HEX #D32772 Cerise

📋 copy color: '#D32772'

red 211 ◦ green 39 ◦ blue 114

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

Shades of Cerise #D32772

Tints of Cerise #D32772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.71%

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 57.97%
G = 10.71%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D32772 (or 0xD32772) is known color: Cerise. HEX triplet: D3, 27 and 72. RGB value is (211,39,114). Sum of RGB (Red+Green+Blue) = 211+39+114=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D32772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32772 is #2CD88D. Grayscale: #626262. Windows color (decimal): -2939022 or 7481299. OLE color: 7481299.

HSL color Cylindrical-coordinate representation of color #D32772: hue angle of 333.84º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32772 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 39 114 -
CMYK 0 0.82 0.46 0.17
HSL 333.84º 0.69% 0.49% -
HSV(B) 333.84º 0.82% 0.83% -
XYZ 30.63 16.51 17.49 -
YUV 98.98 136.48 207.9 -
System Red Green Blue C M Y K H S L
Decimal 211 39 114 0 0.82 0.46 0.17 333.84 0.69 0.49
Hex D3 27 72 0 52 2E 11 14E 45 31
Octal 323 47 162 0 122 56 21 516 105 61
Binary 11010011 100111 1110010 0 1010010 101110 10001 101001110 1000101 110001

Color Harmonies of #D32772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32772

Black with #D32772

Text Example


Text Example

White with #D32772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32772; }

 p { color: rgb(211,39,114); }

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

background-color css

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

 a { background-color: rgb(211,39,114); }

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

border-color css

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

 span { border-color: rgb(211,39,114); }

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