Html Css Color HEX #D92272 Cerise

📋 copy color: '#D92272'

red 217 ◦ green 34 ◦ blue 114

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

Shades of Cerise #D92272

Tints of Cerise #D92272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.32%

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

R = 59.45%
G = 9.32%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D92272 (or 0xD92272) is known color: Cerise. HEX triplet: D9, 22 and 72. RGB value is (217,34,114). Sum of RGB (Red+Green+Blue) = 217+34+114=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D92272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92272 is #26DD8D. Grayscale: #616161. Windows color (decimal): -2547086 or 7480025. OLE color: 7480025.

HSL color Cylindrical-coordinate representation of color #D92272: hue angle of 333.77º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D92272 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 34 114 -
CMYK 0 0.84 0.47 0.15
HSL 333.77º 0.73% 0.49% -
HSV(B) 333.77º 0.84% 0.85% -
XYZ 32.22 17.11 17.52 -
YUV 97.84 137.13 213 -
System Red Green Blue C M Y K H S L
Decimal 217 34 114 0 0.84 0.47 0.15 333.77 0.73 0.49
Hex D9 22 72 0 54 2F F 14E 49 31
Octal 331 42 162 0 124 57 17 516 111 61
Binary 11011001 100010 1110010 0 1010100 101111 1111 101001110 1001001 110001

Color Harmonies of #D92272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92272

Black with #D92272

Text Example


Text Example

White with #D92272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92272; }

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

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

background-color css

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

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

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

border-color css

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

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

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