Html Css Color HEX #D94096 Deep Cerise

📋 copy color: '#D94096'

red 217 ◦ green 64 ◦ blue 150

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

Shades of Deep Cerise #D94096

Tints of Deep Cerise #D94096

RGB

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

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

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

R = 50.35%
G = 14.85%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D94096 (or 0xD94096) is known color: Deep Cerise. HEX triplet: D9, 40 and 96. RGB value is (217,64,150). Sum of RGB (Red+Green+Blue) = 217+64+150=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D94096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94096 is #26BF69. Grayscale: #777777. Windows color (decimal): -2539370 or 9847001. OLE color: 9847001.

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

Color convert

RGB 217 64 150 -
CMYK 0 0.71 0.31 0.15
HSL 326.27º 0.67% 0.55% -
HSV(B) 326.27º 0.71% 0.85% -
XYZ 35.95 20.62 30.94 -
YUV 119.55 145.19 197.51 -
System Red Green Blue C M Y K H S L
Decimal 217 64 150 0 0.71 0.31 0.15 326.27 0.67 0.55
Hex D9 40 96 0 47 1F F 146 43 37
Octal 331 100 226 0 107 37 17 506 103 67
Binary 11011001 1000000 10010110 0 1000111 11111 1111 101000110 1000011 110111

Color Harmonies of #D94096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94096

Black with #D94096

Text Example


Text Example

White with #D94096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94096; }

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

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

background-color css

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

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

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

border-color css

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

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

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