Html Css Color HEX #D9387F Deep Cerise

📋 copy color: '#D9387F'

red 217 ◦ green 56 ◦ blue 127

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

Shades of Deep Cerise #D9387F

Tints of Deep Cerise #D9387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.75%

R = 54.25%
G = 14%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9387F (or 0xD9387F) is known color: Deep Cerise. HEX triplet: D9, 38 and 7F. RGB value is (217,56,127). Sum of RGB (Red+Green+Blue) = 217+56+127=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D9387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9387F is #26C780. Grayscale: #707070. Windows color (decimal): -2541441 or 8337625. OLE color: 8337625.

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

Color convert

RGB 217 56 127 -
CMYK 0 0.74 0.41 0.15
HSL 333.54º 0.68% 0.54% -
HSV(B) 333.54º 0.74% 0.85% -
XYZ 33.86 19.11 21.98 -
YUV 112.23 136.34 202.73 -
System Red Green Blue C M Y K H S L
Decimal 217 56 127 0 0.74 0.41 0.15 333.54 0.68 0.54
Hex D9 38 7F 0 4A 29 F 14E 44 36
Octal 331 70 177 0 112 51 17 516 104 66
Binary 11011001 111000 1111111 0 1001010 101001 1111 101001110 1000100 110110

Color Harmonies of #D9387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9387F

Black with #D9387F

Text Example


Text Example

White with #D9387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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