Html Css Color HEX #D8397D Deep Cerise

📋 copy color: '#D8397D'

red 216 ◦ green 57 ◦ blue 125

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

Shades of Deep Cerise #D8397D

Tints of Deep Cerise #D8397D

RGB

 RED value IS 216 (84.77% from 255) = 54.27%

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

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

R = 54.27%
G = 14.32%
B = 31.41%

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

#D8397D (or 0xD8397D) is known color: Deep Cerise. HEX triplet: D8, 39 and 7D. RGB value is (216,57,125). Sum of RGB (Red+Green+Blue) = 216+57+125=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8397D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8397D is #27C682. Grayscale: #707070. Windows color (decimal): -2606723 or 8206808. OLE color: 8206808.

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

Color convert

RGB 216 57 125 -
CMYK 0 0.74 0.42 0.15
HSL 334.34º 0.67% 0.54% -
HSV(B) 334.34º 0.74% 0.85% -
XYZ 33.48 19.01 21.31 -
YUV 112.29 135.18 201.97 -
System Red Green Blue C M Y K H S L
Decimal 216 57 125 0 0.74 0.42 0.15 334.34 0.67 0.54
Hex D8 39 7D 0 4A 2A F 14E 43 36
Octal 330 71 175 0 112 52 17 516 103 66
Binary 11011000 111001 1111101 0 1001010 101010 1111 101001110 1000011 110110

Color Harmonies of #D8397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8397D

Black with #D8397D

Text Example


Text Example

White with #D8397D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8397D; }

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

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

background-color css

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

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

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

border-color css

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

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

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