Html Css Color HEX #D9387C Deep Cerise

📋 copy color: '#D9387C'

red 217 ◦ green 56 ◦ blue 124

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

Shades of Deep Cerise #D9387C

Tints of Deep Cerise #D9387C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 54.66%
G = 14.11%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9387C (or 0xD9387C) is known color: Deep Cerise. HEX triplet: D9, 38 and 7C. RGB value is (217,56,124). Sum of RGB (Red+Green+Blue) = 217+56+124=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9387C is #26C783. Grayscale: #6F6F6F. Windows color (decimal): -2541444 or 8141017. OLE color: 8141017.

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

Color convert

RGB 217 56 124 -
CMYK 0 0.74 0.43 0.15
HSL 334.66º 0.68% 0.54% -
HSV(B) 334.66º 0.74% 0.85% -
XYZ 33.67 19.04 20.97 -
YUV 111.89 134.84 202.97 -
System Red Green Blue C M Y K H S L
Decimal 217 56 124 0 0.74 0.43 0.15 334.66 0.68 0.54
Hex D9 38 7C 0 4A 2B F 14F 44 36
Octal 331 70 174 0 112 53 17 517 104 66
Binary 11011001 111000 1111100 0 1001010 101011 1111 101001111 1000100 110110

Color Harmonies of #D9387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9387C

Black with #D9387C

Text Example


Text Example

White with #D9387C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9387C; }

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

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

background-color css

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

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

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

border-color css

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

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

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