Html Css Color HEX #D92C95 Deep Cerise

📋 copy color: '#D92C95'

red 217 ◦ green 44 ◦ blue 149

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

Shades of Deep Cerise #D92C95

Tints of Deep Cerise #D92C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.34%

R = 52.93%
G = 10.73%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D92C95 (or 0xD92C95) is known color: Deep Cerise. HEX triplet: D9, 2C and 95. RGB value is (217,44,149). Sum of RGB (Red+Green+Blue) = 217+44+149=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92C95 is #26D36A. Grayscale: #6B6B6B. Windows color (decimal): -2544491 or 9776345. OLE color: 9776345.

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

Color convert

RGB 217 44 149 -
CMYK 0 0.80 0.31 0.15
HSL 323.58º 0.69% 0.51% -
HSV(B) 323.58º 0.8% 0.85% -
XYZ 34.94 18.72 30.21 -
YUV 107.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 217 44 149 0 0.80 0.31 0.15 323.58 0.69 0.51
Hex D9 2C 95 0 50 1F F 144 45 33
Octal 331 54 225 0 120 37 17 504 105 63
Binary 11011001 101100 10010101 0 1010000 11111 1111 101000100 1000101 110011

Color Harmonies of #D92C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C95

Black with #D92C95

Text Example


Text Example

White with #D92C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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