Html Css Color HEX #D94097 Deep Cerise

📋 copy color: '#D94097'

red 217 ◦ green 64 ◦ blue 151

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

Shades of Deep Cerise #D94097

Tints of Deep Cerise #D94097

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.81%

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

R = 50.23%
G = 14.81%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D94097 (or 0xD94097) is known color: Deep Cerise. HEX triplet: D9, 40 and 97. RGB value is (217,64,151). Sum of RGB (Red+Green+Blue) = 217+64+151=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D94097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94097 is #26BF68. Grayscale: #777777. Windows color (decimal): -2539369 or 9912537. OLE color: 9912537.

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

Color convert

RGB 217 64 151 -
CMYK 0 0.71 0.30 0.15
HSL 325.88º 0.67% 0.55% -
HSV(B) 325.88º 0.71% 0.85% -
XYZ 36.03 20.65 31.37 -
YUV 119.67 145.69 197.43 -
System Red Green Blue C M Y K H S L
Decimal 217 64 151 0 0.71 0.30 0.15 325.88 0.67 0.55
Hex D9 40 97 0 47 1E F 146 43 37
Octal 331 100 227 0 107 36 17 506 103 67
Binary 11011001 1000000 10010111 0 1000111 11110 1111 101000110 1000011 110111

Color Harmonies of #D94097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94097

Black with #D94097

Text Example


Text Example

White with #D94097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94097; }

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

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

background-color css

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

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

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

border-color css

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

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

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