Html Css Color HEX #D94297 Deep Cerise

📋 copy color: '#D94297'

red 217 ◦ green 66 ◦ blue 151

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

Shades of Deep Cerise #D94297

Tints of Deep Cerise #D94297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.21%

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

R = 50%
G = 15.21%
B = 34.79%

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

#D94297 (or 0xD94297) is known color: Deep Cerise. HEX triplet: D9, 42 and 97. RGB value is (217,66,151). Sum of RGB (Red+Green+Blue) = 217+66+151=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D94297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94297 is #26BD68. Grayscale: #787878. Windows color (decimal): -2538857 or 9913049. OLE color: 9913049.

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

Color convert

RGB 217 66 151 -
CMYK 0 0.70 0.30 0.15
HSL 326.23º 0.67% 0.55% -
HSV(B) 326.23º 0.7% 0.85% -
XYZ 36.15 20.88 31.4 -
YUV 120.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 217 66 151 0 0.70 0.30 0.15 326.23 0.67 0.55
Hex D9 42 97 0 46 1E F 146 43 37
Octal 331 102 227 0 106 36 17 506 103 67
Binary 11011001 1000010 10010111 0 1000110 11110 1111 101000110 1000011 110111

Color Harmonies of #D94297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94297

Black with #D94297

Text Example


Text Example

White with #D94297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94297; }

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

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

background-color css

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

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

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

border-color css

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

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

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