Html Css Color HEX #D94396 Deep Cerise

📋 copy color: '#D94396'

red 217 ◦ green 67 ◦ blue 150

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

Shades of Deep Cerise #D94396

Tints of Deep Cerise #D94396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.44%

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

R = 50%
G = 15.44%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D94396 (or 0xD94396) is known color: Deep Cerise. HEX triplet: D9, 43 and 96. RGB value is (217,67,150). Sum of RGB (Red+Green+Blue) = 217+67+150=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D94396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94396 is #26BC69. Grayscale: #797979. Windows color (decimal): -2538602 or 9847769. OLE color: 9847769.

HSL color Cylindrical-coordinate representation of color #D94396: hue angle of 326.8º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94396 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 150 -
CMYK 0 0.69 0.31 0.15
HSL 326.8º 0.66% 0.56% -
HSV(B) 326.8º 0.69% 0.85% -
XYZ 36.13 20.97 31 -
YUV 121.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 217 67 150 0 0.69 0.31 0.15 326.8 0.66 0.56
Hex D9 43 96 0 45 1F F 147 42 38
Octal 331 103 226 0 105 37 17 507 102 70
Binary 11011001 1000011 10010110 0 1000101 11111 1111 101000111 1000010 111000

Color Harmonies of #D94396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94396

Black with #D94396

Text Example


Text Example

White with #D94396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94396; }

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

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

background-color css

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

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

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

border-color css

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

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

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