Html Css Color HEX #D92C85 Deep Cerise

📋 copy color: '#D92C85'

red 217 ◦ green 44 ◦ blue 133

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

Shades of Deep Cerise #D92C85

Tints of Deep Cerise #D92C85

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.17%

 BLUE value IS 133 (52.34% from 255) = 33.76%

R = 55.08%
G = 11.17%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D92C85 (or 0xD92C85) is known color: Deep Cerise. HEX triplet: D9, 2C and 85. RGB value is (217,44,133). Sum of RGB (Red+Green+Blue) = 217+44+133=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92C85 is #26D37A. Grayscale: #696969. Windows color (decimal): -2544507 or 8727769. OLE color: 8727769.

HSL color Cylindrical-coordinate representation of color #D92C85: hue angle of 329.13º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92C85 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 44 133 -
CMYK 0 0.80 0.39 0.15
HSL 329.13º 0.69% 0.51% -
HSV(B) 329.13º 0.8% 0.85% -
XYZ 33.75 18.25 23.93 -
YUV 105.87 143.31 207.26 -
System Red Green Blue C M Y K H S L
Decimal 217 44 133 0 0.80 0.39 0.15 329.13 0.69 0.51
Hex D9 2C 85 0 50 27 F 149 45 33
Octal 331 54 205 0 120 47 17 511 105 63
Binary 11011001 101100 10000101 0 1010000 100111 1111 101001001 1000101 110011

Color Harmonies of #D92C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C85

Black with #D92C85

Text Example


Text Example

White with #D92C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C85; }

 p { color: rgb(217,44,133); }

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

background-color css

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

 a { background-color: rgb(217,44,133); }

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

border-color css

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

 span { border-color: rgb(217,44,133); }

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