Html Css Color HEX #D92B9E Deep Cerise

📋 copy color: '#D92B9E'

red 217 ◦ green 43 ◦ blue 158

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

Shades of Deep Cerise #D92B9E

Tints of Deep Cerise #D92B9E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.29%

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 51.91%
G = 10.29%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D92B9E (or 0xD92B9E) is known color: Deep Cerise. HEX triplet: D9, 2B and 9E. RGB value is (217,43,158). Sum of RGB (Red+Green+Blue) = 217+43+158=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92B9E is #26D461. Grayscale: #6B6B6B. Windows color (decimal): -2544738 or 10365913. OLE color: 10365913.

HSL color Cylindrical-coordinate representation of color #D92B9E: hue angle of 320.34º degrees, saturation: 0.7, 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 #D92B9E is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 43 158 -
CMYK 0 0.80 0.27 0.15
HSL 320.34º 0.7% 0.51% -
HSV(B) 320.34º 0.8% 0.85% -
XYZ 35.65 18.95 34.13 -
YUV 108.14 156.15 205.65 -
System Red Green Blue C M Y K H S L
Decimal 217 43 158 0 0.80 0.27 0.15 320.34 0.7 0.51
Hex D9 2B 9E 0 50 1B F 140 46 33
Octal 331 53 236 0 120 33 17 500 106 63
Binary 11011001 101011 10011110 0 1010000 11011 1111 101000000 1000110 110011

Color Harmonies of #D92B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92B9E

Black with #D92B9E

Text Example


Text Example

White with #D92B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92B9E; }

 p { color: rgb(217,43,158); }

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

background-color css

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

 a { background-color: rgb(217,43,158); }

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

border-color css

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

 span { border-color: rgb(217,43,158); }

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