Html Css Color HEX #D92480 Deep Cerise

📋 copy color: '#D92480'

red 217 ◦ green 36 ◦ blue 128

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

Shades of Deep Cerise #D92480

Tints of Deep Cerise #D92480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.45%

 BLUE value IS 128 (50.39% from 255) = 33.6%

R = 56.96%
G = 9.45%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D92480 (or 0xD92480) is known color: Deep Cerise. HEX triplet: D9, 24 and 80. RGB value is (217,36,128). Sum of RGB (Red+Green+Blue) = 217+36+128=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D92480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92480 is #26DB7F. Grayscale: #646464. Windows color (decimal): -2546560 or 8398041. OLE color: 8398041.

HSL color Cylindrical-coordinate representation of color #D92480: hue angle of 329.5º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92480 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 36 128 -
CMYK 0 0.83 0.41 0.15
HSL 329.5º 0.72% 0.5% -
HSV(B) 329.5º 0.83% 0.85% -
XYZ 33.14 17.57 22.07 -
YUV 100.61 143.47 211.02 -
System Red Green Blue C M Y K H S L
Decimal 217 36 128 0 0.83 0.41 0.15 329.5 0.72 0.5
Hex D9 24 80 0 53 29 F 14A 48 32
Octal 331 44 200 0 123 51 17 512 110 62
Binary 11011001 100100 10000000 0 1010011 101001 1111 101001010 1001000 110010

Color Harmonies of #D92480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92480

Black with #D92480

Text Example


Text Example

White with #D92480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92480; }

 p { color: rgb(217,36,128); }

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

background-color css

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

 a { background-color: rgb(217,36,128); }

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

border-color css

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

 span { border-color: rgb(217,36,128); }

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