Html Css Color HEX #D94196 Deep Cerise

📋 copy color: '#D94196'

red 217 ◦ green 65 ◦ blue 150

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

Shades of Deep Cerise #D94196

Tints of Deep Cerise #D94196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.05%

 BLUE value IS 150 (58.98% from 255) = 34.72%

R = 50.23%
G = 15.05%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D94196 (or 0xD94196) is known color: Deep Cerise. HEX triplet: D9, 41 and 96. RGB value is (217,65,150). Sum of RGB (Red+Green+Blue) = 217+65+150=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D94196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94196 is #26BE69. Grayscale: #777777. Windows color (decimal): -2539114 or 9847257. OLE color: 9847257.

HSL color Cylindrical-coordinate representation of color #D94196: hue angle of 326.45º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D94196 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 65 150 -
CMYK 0 0.70 0.31 0.15
HSL 326.45º 0.67% 0.55% -
HSV(B) 326.45º 0.7% 0.85% -
XYZ 36.01 20.73 30.96 -
YUV 120.14 144.86 197.09 -
System Red Green Blue C M Y K H S L
Decimal 217 65 150 0 0.70 0.31 0.15 326.45 0.67 0.55
Hex D9 41 96 0 46 1F F 146 43 37
Octal 331 101 226 0 106 37 17 506 103 67
Binary 11011001 1000001 10010110 0 1000110 11111 1111 101000110 1000011 110111

Color Harmonies of #D94196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94196

Black with #D94196

Text Example


Text Example

White with #D94196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94196; }

 p { color: rgb(217,65,150); }

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

background-color css

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

 a { background-color: rgb(217,65,150); }

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

border-color css

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

 span { border-color: rgb(217,65,150); }

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