Html Css Color HEX #D32470 Cerise

📋 copy color: '#D32470'

red 211 ◦ green 36 ◦ blue 112

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

Shades of Cerise #D32470

Tints of Cerise #D32470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.03%

 BLUE value IS 112 (44.14% from 255) = 31.2%

R = 58.77%
G = 10.03%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D32470 (or 0xD32470) is known color: Cerise. HEX triplet: D3, 24 and 70. RGB value is (211,36,112). Sum of RGB (Red+Green+Blue) = 211+36+112=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D32470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D32470 is #2CDB8F. Grayscale: #606060. Windows color (decimal): -2939792 or 7349459. OLE color: 7349459.

HSL color Cylindrical-coordinate representation of color #D32470: hue angle of 333.94º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D32470 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 36 112 -
CMYK 0 0.83 0.47 0.17
HSL 333.94º 0.71% 0.48% -
HSV(B) 333.94º 0.83% 0.83% -
XYZ 30.42 16.28 16.87 -
YUV 96.99 136.48 209.32 -
System Red Green Blue C M Y K H S L
Decimal 211 36 112 0 0.83 0.47 0.17 333.94 0.71 0.48
Hex D3 24 70 0 53 2F 11 14E 47 30
Octal 323 44 160 0 123 57 21 516 107 60
Binary 11010011 100100 1110000 0 1010011 101111 10001 101001110 1000111 110000

Color Harmonies of #D32470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32470

Black with #D32470

Text Example


Text Example

White with #D32470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32470; }

 p { color: rgb(211,36,112); }

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

background-color css

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

 a { background-color: rgb(211,36,112); }

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

border-color css

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

 span { border-color: rgb(211,36,112); }

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