Html Css Color HEX #D92094 Deep Cerise

📋 copy color: '#D92094'

red 217 ◦ green 32 ◦ blue 148

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

Shades of Deep Cerise #D92094

Tints of Deep Cerise #D92094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.06%

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

R = 54.66%
G = 8.06%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D92094 (or 0xD92094) is known color: Deep Cerise. HEX triplet: D9, 20 and 94. RGB value is (217,32,148). Sum of RGB (Red+Green+Blue) = 217+32+148=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D92094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92094 is #26DF6B. Grayscale: #646464. Windows color (decimal): -2547564 or 9707737. OLE color: 9707737.

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

Color convert

RGB 217 32 148 -
CMYK 0 0.85 0.32 0.15
HSL 322.38º 0.74% 0.49% -
HSV(B) 322.38º 0.85% 0.85% -
XYZ 34.48 17.92 29.66 -
YUV 100.54 154.79 211.07 -
System Red Green Blue C M Y K H S L
Decimal 217 32 148 0 0.85 0.32 0.15 322.38 0.74 0.49
Hex D9 20 94 0 55 20 F 142 4A 31
Octal 331 40 224 0 125 40 17 502 112 61
Binary 11011001 100000 10010100 0 1010101 100000 1111 101000010 1001010 110001

Color Harmonies of #D92094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92094

Black with #D92094

Text Example


Text Example

White with #D92094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92094; }

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

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

background-color css

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

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

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

border-color css

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

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

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