Html Css Color HEX #D9397D Deep Cerise

📋 copy color: '#D9397D'

red 217 ◦ green 57 ◦ blue 125

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

Shades of Deep Cerise #D9397D

Tints of Deep Cerise #D9397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.29%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 54.39%
G = 14.29%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9397D (or 0xD9397D) is known color: Deep Cerise. HEX triplet: D9, 39 and 7D. RGB value is (217,57,125). Sum of RGB (Red+Green+Blue) = 217+57+125=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9397D is #26C682. Grayscale: #707070. Windows color (decimal): -2541187 or 8206809. OLE color: 8206809.

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

Color convert

RGB 217 57 125 -
CMYK 0 0.74 0.42 0.15
HSL 334.5º 0.68% 0.54% -
HSV(B) 334.5º 0.74% 0.85% -
XYZ 33.78 19.16 21.32 -
YUV 112.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 217 57 125 0 0.74 0.42 0.15 334.5 0.68 0.54
Hex D9 39 7D 0 4A 2A F 14E 44 36
Octal 331 71 175 0 112 52 17 516 104 66
Binary 11011001 111001 1111101 0 1001010 101010 1111 101001110 1000100 110110

Color Harmonies of #D9397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9397D

Black with #D9397D

Text Example


Text Example

White with #D9397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9397D; }

 p { color: rgb(217,57,125); }

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

background-color css

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

 a { background-color: rgb(217,57,125); }

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

border-color css

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

 span { border-color: rgb(217,57,125); }

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