Html Css Color HEX #D93896 Deep Cerise

📋 copy color: '#D93896'

red 217 ◦ green 56 ◦ blue 150

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

Shades of Deep Cerise #D93896

Tints of Deep Cerise #D93896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.24%

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

R = 51.3%
G = 13.24%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D93896 (or 0xD93896) is known color: Deep Cerise. HEX triplet: D9, 38 and 96. RGB value is (217,56,150). Sum of RGB (Red+Green+Blue) = 217+56+150=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D93896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93896 is #26C769. Grayscale: #727272. Windows color (decimal): -2541418 or 9844953. OLE color: 9844953.

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

Color convert

RGB 217 56 150 -
CMYK 0 0.74 0.31 0.15
HSL 324.97º 0.68% 0.54% -
HSV(B) 324.97º 0.74% 0.85% -
XYZ 35.53 19.78 30.8 -
YUV 114.86 147.84 200.86 -
System Red Green Blue C M Y K H S L
Decimal 217 56 150 0 0.74 0.31 0.15 324.97 0.68 0.54
Hex D9 38 96 0 4A 1F F 145 44 36
Octal 331 70 226 0 112 37 17 505 104 66
Binary 11011001 111000 10010110 0 1001010 11111 1111 101000101 1000100 110110

Color Harmonies of #D93896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93896

Black with #D93896

Text Example


Text Example

White with #D93896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93896; }

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

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

background-color css

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

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

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

border-color css

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

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

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