Html Css Color HEX #D92470 Cerise

📋 copy color: '#D92470'

red 217 ◦ green 36 ◦ blue 112

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

Shades of Cerise #D92470

Tints of Cerise #D92470

RGB

 RED value IS 217 (85.16% from 255) = 59.45%

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

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

R = 59.45%
G = 9.86%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D92470 (or 0xD92470) is known color: Cerise. HEX triplet: D9, 24 and 70. RGB value is (217,36,112). Sum of RGB (Red+Green+Blue) = 217+36+112=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D92470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92470 is #26DB8F. Grayscale: #626262. Windows color (decimal): -2546576 or 7349465. OLE color: 7349465.

HSL color Cylindrical-coordinate representation of color #D92470: hue angle of 334.81º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92470 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 36 112 -
CMYK 0 0.83 0.48 0.15
HSL 334.81º 0.72% 0.5% -
HSV(B) 334.81º 0.83% 0.85% -
XYZ 32.17 17.18 16.95 -
YUV 98.78 135.47 212.32 -
System Red Green Blue C M Y K H S L
Decimal 217 36 112 0 0.83 0.48 0.15 334.81 0.72 0.5
Hex D9 24 70 0 53 30 F 14F 48 32
Octal 331 44 160 0 123 60 17 517 110 62
Binary 11011001 100100 1110000 0 1010011 110000 1111 101001111 1001000 110010

Color Harmonies of #D92470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92470

Black with #D92470

Text Example


Text Example

White with #D92470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92470; }

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

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

background-color css

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

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

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

border-color css

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

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

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