Html Css Color HEX #D92180 Deep Cerise

📋 copy color: '#D92180'

red 217 ◦ green 33 ◦ blue 128

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

Shades of Deep Cerise #D92180

Tints of Deep Cerise #D92180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.73%

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

R = 57.41%
G = 8.73%
B = 33.86%

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

#D92180 (or 0xD92180) is known color: Deep Cerise. HEX triplet: D9, 21 and 80. RGB value is (217,33,128). Sum of RGB (Red+Green+Blue) = 217+33+128=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D92180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92180 is #26DE7F. Grayscale: #626262. Windows color (decimal): -2547328 or 8397273. OLE color: 8397273.

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

Color convert

RGB 217 33 128 -
CMYK 0 0.85 0.41 0.15
HSL 329.02º 0.74% 0.49% -
HSV(B) 329.02º 0.85% 0.85% -
XYZ 33.06 17.4 22.04 -
YUV 98.85 144.46 212.28 -
System Red Green Blue C M Y K H S L
Decimal 217 33 128 0 0.85 0.41 0.15 329.02 0.74 0.49
Hex D9 21 80 0 55 29 F 149 4A 31
Octal 331 41 200 0 125 51 17 511 112 61
Binary 11011001 100001 10000000 0 1010101 101001 1111 101001001 1001010 110001

Color Harmonies of #D92180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92180

Black with #D92180

Text Example


Text Example

White with #D92180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92180; }

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

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

background-color css

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

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

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

border-color css

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

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

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