Html Css Color HEX #D92970 Cerise

📋 copy color: '#D92970'

red 217 ◦ green 41 ◦ blue 112

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

Shades of Cerise #D92970

Tints of Cerise #D92970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.08%

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

R = 58.65%
G = 11.08%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D92970 (or 0xD92970) is known color: Cerise. HEX triplet: D9, 29 and 70. RGB value is (217,41,112). Sum of RGB (Red+Green+Blue) = 217+41+112=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D92970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92970 is #26D68F. Grayscale: #656565. Windows color (decimal): -2545296 or 7350745. OLE color: 7350745.

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

Color convert

RGB 217 41 112 -
CMYK 0 0.81 0.48 0.15
HSL 335.8º 0.7% 0.51% -
HSV(B) 335.8º 0.81% 0.85% -
XYZ 32.33 17.51 17 -
YUV 101.72 133.81 210.23 -
System Red Green Blue C M Y K H S L
Decimal 217 41 112 0 0.81 0.48 0.15 335.8 0.7 0.51
Hex D9 29 70 0 51 30 F 150 46 33
Octal 331 51 160 0 121 60 17 520 106 63
Binary 11011001 101001 1110000 0 1010001 110000 1111 101010000 1000110 110011

Color Harmonies of #D92970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92970

Black with #D92970

Text Example


Text Example

White with #D92970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92970; }

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

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

background-color css

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

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

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

border-color css

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

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

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