Html Css Color HEX #D94197 Deep Cerise

📋 copy color: '#D94197'

red 217 ◦ green 65 ◦ blue 151

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

Shades of Deep Cerise #D94197

Tints of Deep Cerise #D94197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.87%

R = 50.12%
G = 15.01%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D94197 (or 0xD94197) is known color: Deep Cerise. HEX triplet: D9, 41 and 97. RGB value is (217,65,151). Sum of RGB (Red+Green+Blue) = 217+65+151=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D94197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94197 is #26BE68. Grayscale: #787878. Windows color (decimal): -2539113 or 9912793. OLE color: 9912793.

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

Color convert

RGB 217 65 151 -
CMYK 0 0.70 0.30 0.15
HSL 326.05º 0.67% 0.55% -
HSV(B) 326.05º 0.7% 0.85% -
XYZ 36.09 20.77 31.38 -
YUV 120.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 217 65 151 0 0.70 0.30 0.15 326.05 0.67 0.55
Hex D9 41 97 0 46 1E F 146 43 37
Octal 331 101 227 0 106 36 17 506 103 67
Binary 11011001 1000001 10010111 0 1000110 11110 1111 101000110 1000011 110111

Color Harmonies of #D94197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94197

Black with #D94197

Text Example


Text Example

White with #D94197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94197; }

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

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

background-color css

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

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

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

border-color css

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

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

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