Html Css Color HEX #D92194 Deep Cerise

📋 copy color: '#D92194'

red 217 ◦ green 33 ◦ blue 148

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

Shades of Deep Cerise #D92194

Tints of Deep Cerise #D92194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.29%

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

R = 54.52%
G = 8.29%
B = 37.19%

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

#D92194 (or 0xD92194) is known color: Deep Cerise. HEX triplet: D9, 21 and 94. RGB value is (217,33,148). Sum of RGB (Red+Green+Blue) = 217+33+148=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D92194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92194 is #26DE6B. Grayscale: #646464. Windows color (decimal): -2547308 or 9707993. OLE color: 9707993.

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

Color convert

RGB 217 33 148 -
CMYK 0 0.85 0.32 0.15
HSL 322.5º 0.74% 0.49% -
HSV(B) 322.5º 0.85% 0.85% -
XYZ 34.5 17.98 29.67 -
YUV 101.13 154.46 210.65 -
System Red Green Blue C M Y K H S L
Decimal 217 33 148 0 0.85 0.32 0.15 322.5 0.74 0.49
Hex D9 21 94 0 55 20 F 142 4A 31
Octal 331 41 224 0 125 40 17 502 112 61
Binary 11011001 100001 10010100 0 1010101 100000 1111 101000010 1001010 110001

Color Harmonies of #D92194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92194

Black with #D92194

Text Example


Text Example

White with #D92194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92194; }

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

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

background-color css

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

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

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

border-color css

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

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

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