Html Css Color HEX #D92360 Cerise

📋 copy color: '#D92360'

red 217 ◦ green 35 ◦ blue 96

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

Shades of Cerise #D92360

Tints of Cerise #D92360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.59%

R = 62.36%
G = 10.06%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D92360 (or 0xD92360) is known color: Cerise. HEX triplet: D9, 23 and 60. RGB value is (217,35,96). Sum of RGB (Red+Green+Blue) = 217+35+96=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D92360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92360 is #26DC9F. Grayscale: #606060. Windows color (decimal): -2546848 or 6300633. OLE color: 6300633.

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

Color convert

RGB 217 35 96 -
CMYK 0 0.84 0.56 0.15
HSL 339.89º 0.72% 0.49% -
HSV(B) 339.89º 0.84% 0.85% -
XYZ 31.33 16.8 12.66 -
YUV 96.37 127.8 214.04 -
System Red Green Blue C M Y K H S L
Decimal 217 35 96 0 0.84 0.56 0.15 339.89 0.72 0.49
Hex D9 23 60 0 54 38 F 154 48 31
Octal 331 43 140 0 124 70 17 524 110 61
Binary 11011001 100011 1100000 0 1010100 111000 1111 101010100 1001000 110001

Color Harmonies of #D92360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92360

Black with #D92360

Text Example


Text Example

White with #D92360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92360; }

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

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

background-color css

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

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

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

border-color css

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

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

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