Html Css Color HEX #D93397 Deep Cerise

📋 copy color: '#D93397'

red 217 ◦ green 51 ◦ blue 151

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

Shades of Deep Cerise #D93397

Tints of Deep Cerise #D93397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.17%

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

R = 51.79%
G = 12.17%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D93397 (or 0xD93397) is known color: Deep Cerise. HEX triplet: D9, 33 and 97. RGB value is (217,51,151). Sum of RGB (Red+Green+Blue) = 217+51+151=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D93397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D93397 is #26CC68. Grayscale: #6F6F6F. Windows color (decimal): -2542697 or 9909209. OLE color: 9909209.

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

Color convert

RGB 217 51 151 -
CMYK 0 0.76 0.30 0.15
HSL 323.86º 0.69% 0.53% -
HSV(B) 323.86º 0.76% 0.85% -
XYZ 35.39 19.35 31.15 -
YUV 112.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 217 51 151 0 0.76 0.30 0.15 323.86 0.69 0.53
Hex D9 33 97 0 4C 1E F 144 45 35
Octal 331 63 227 0 114 36 17 504 105 65
Binary 11011001 110011 10010111 0 1001100 11110 1111 101000100 1000101 110101

Color Harmonies of #D93397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93397

Black with #D93397

Text Example


Text Example

White with #D93397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93397; }

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

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

background-color css

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

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

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

border-color css

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

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

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