Html Css Color HEX #D92080 Deep Cerise

📋 copy color: '#D92080'

red 217 ◦ green 32 ◦ blue 128

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

Shades of Deep Cerise #D92080

Tints of Deep Cerise #D92080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.49%

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

R = 57.56%
G = 8.49%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D92080 (or 0xD92080) is known color: Deep Cerise. HEX triplet: D9, 20 and 80. RGB value is (217,32,128). Sum of RGB (Red+Green+Blue) = 217+32+128=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D92080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92080 is #26DF7F. Grayscale: #626262. Windows color (decimal): -2547584 or 8397017. OLE color: 8397017.

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

Color convert

RGB 217 32 128 -
CMYK 0 0.85 0.41 0.15
HSL 328.86º 0.74% 0.49% -
HSV(B) 328.86º 0.85% 0.85% -
XYZ 33.03 17.34 22.03 -
YUV 98.26 144.79 212.69 -
System Red Green Blue C M Y K H S L
Decimal 217 32 128 0 0.85 0.41 0.15 328.86 0.74 0.49
Hex D9 20 80 0 55 29 F 149 4A 31
Octal 331 40 200 0 125 51 17 511 112 61
Binary 11011001 100000 10000000 0 1010101 101001 1111 101001001 1001010 110001

Color Harmonies of #D92080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92080

Black with #D92080

Text Example


Text Example

White with #D92080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92080; }

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

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

background-color css

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

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

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

border-color css

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

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

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