Html Css Color HEX #D92894 Deep Cerise

📋 copy color: '#D92894'

red 217 ◦ green 40 ◦ blue 148

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

Shades of Deep Cerise #D92894

Tints of Deep Cerise #D92894

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.88%

 BLUE value IS 148 (58.2% from 255) = 36.54%

R = 53.58%
G = 9.88%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D92894 (or 0xD92894) is known color: Deep Cerise. HEX triplet: D9, 28 and 94. RGB value is (217,40,148). Sum of RGB (Red+Green+Blue) = 217+40+148=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D92894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92894 is #26D76B. Grayscale: #686868. Windows color (decimal): -2545516 or 9709785. OLE color: 9709785.

HSL color Cylindrical-coordinate representation of color #D92894: hue angle of 323.39º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92894 is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 40 148 -
CMYK 0 0.82 0.32 0.15
HSL 323.39º 0.7% 0.5% -
HSV(B) 323.39º 0.82% 0.85% -
XYZ 34.72 18.41 29.74 -
YUV 105.24 152.14 207.72 -
System Red Green Blue C M Y K H S L
Decimal 217 40 148 0 0.82 0.32 0.15 323.39 0.7 0.5
Hex D9 28 94 0 52 20 F 143 46 32
Octal 331 50 224 0 122 40 17 503 106 62
Binary 11011001 101000 10010100 0 1010010 100000 1111 101000011 1000110 110010

Color Harmonies of #D92894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92894

Black with #D92894

Text Example


Text Example

White with #D92894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92894; }

 p { color: rgb(217,40,148); }

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

background-color css

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

 a { background-color: rgb(217,40,148); }

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

border-color css

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

 span { border-color: rgb(217,40,148); }

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