Html Css Color HEX #D9387D Deep Cerise

📋 copy color: '#D9387D'

red 217 ◦ green 56 ◦ blue 125

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

Shades of Deep Cerise #D9387D

Tints of Deep Cerise #D9387D

RGB

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

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

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

R = 54.52%
G = 14.07%
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

#D9387D (or 0xD9387D) is known color: Deep Cerise. HEX triplet: D9, 38 and 7D. RGB value is (217,56,125). Sum of RGB (Red+Green+Blue) = 217+56+125=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9387D is #26C782. Grayscale: #6F6F6F. Windows color (decimal): -2541443 or 8206553. OLE color: 8206553.

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

Color convert

RGB 217 56 125 -
CMYK 0 0.74 0.42 0.15
HSL 334.29º 0.68% 0.54% -
HSV(B) 334.29º 0.74% 0.85% -
XYZ 33.73 19.06 21.3 -
YUV 112.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 217 56 125 0 0.74 0.42 0.15 334.29 0.68 0.54
Hex D9 38 7D 0 4A 2A F 14E 44 36
Octal 331 70 175 0 112 52 17 516 104 66
Binary 11011001 111000 1111101 0 1001010 101010 1111 101001110 1000100 110110

Color Harmonies of #D9387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9387D

Black with #D9387D

Text Example


Text Example

White with #D9387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9387D; }

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

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

background-color css

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

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

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

border-color css

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

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

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