Html Css Color HEX #D92372 Cerise

📋 copy color: '#D92372'

red 217 ◦ green 35 ◦ blue 114

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

Shades of Cerise #D92372

Tints of Cerise #D92372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.56%

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

R = 59.29%
G = 9.56%
B = 31.15%

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

#D92372 (or 0xD92372) is known color: Cerise. HEX triplet: D9, 23 and 72. RGB value is (217,35,114). Sum of RGB (Red+Green+Blue) = 217+35+114=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D92372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92372 is #26DC8D. Grayscale: #626262. Windows color (decimal): -2546830 or 7480281. OLE color: 7480281.

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

Color convert

RGB 217 35 114 -
CMYK 0 0.84 0.47 0.15
HSL 333.96º 0.72% 0.49% -
HSV(B) 333.96º 0.84% 0.85% -
XYZ 32.25 17.17 17.53 -
YUV 98.42 136.8 212.58 -
System Red Green Blue C M Y K H S L
Decimal 217 35 114 0 0.84 0.47 0.15 333.96 0.72 0.49
Hex D9 23 72 0 54 2F F 14E 48 31
Octal 331 43 162 0 124 57 17 516 110 61
Binary 11011001 100011 1110010 0 1010100 101111 1111 101001110 1001000 110001

Color Harmonies of #D92372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92372

Black with #D92372

Text Example


Text Example

White with #D92372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92372; }

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

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

background-color css

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

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

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

border-color css

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

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

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