Html Css Color HEX #D92972 Cerise

📋 copy color: '#D92972'

red 217 ◦ green 41 ◦ blue 114

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

Shades of Cerise #D92972

Tints of Cerise #D92972

RGB

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

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

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

R = 58.33%
G = 11.02%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D92972 (or 0xD92972) is known color: Cerise. HEX triplet: D9, 29 and 72. RGB value is (217,41,114). Sum of RGB (Red+Green+Blue) = 217+41+114=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D92972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92972 is #26D68D. Grayscale: #656565. Windows color (decimal): -2545294 or 7481817. OLE color: 7481817.

HSL color Cylindrical-coordinate representation of color #D92972: hue angle of 335.11º 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 #D92972 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 114 -
CMYK 0 0.81 0.47 0.15
HSL 335.11º 0.7% 0.51% -
HSV(B) 335.11º 0.81% 0.85% -
XYZ 32.45 17.55 17.6 -
YUV 101.95 134.81 210.06 -
System Red Green Blue C M Y K H S L
Decimal 217 41 114 0 0.81 0.47 0.15 335.11 0.7 0.51
Hex D9 29 72 0 51 2F F 14F 46 33
Octal 331 51 162 0 121 57 17 517 106 63
Binary 11011001 101001 1110010 0 1010001 101111 1111 101001111 1000110 110011

Color Harmonies of #D92972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92972

Black with #D92972

Text Example


Text Example

White with #D92972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92972; }

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

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

background-color css

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

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

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

border-color css

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

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

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