Html Css Color HEX #D8387D Deep Cerise

📋 copy color: '#D8387D'

red 216 ◦ green 56 ◦ blue 125

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

Shades of Deep Cerise #D8387D

Tints of Deep Cerise #D8387D

RGB

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

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

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

R = 54.41%
G = 14.11%
B = 31.49%

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

#D8387D (or 0xD8387D) is known color: Deep Cerise. HEX triplet: D8, 38 and 7D. RGB value is (216,56,125). Sum of RGB (Red+Green+Blue) = 216+56+125=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8387D is #27C782. Grayscale: #6F6F6F. Windows color (decimal): -2606979 or 8206552. OLE color: 8206552.

HSL color Cylindrical-coordinate representation of color #D8387D: hue angle of 334.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8387D is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 56 125 -
CMYK 0 0.74 0.42 0.15
HSL 334.13º 0.67% 0.53% -
HSV(B) 334.13º 0.74% 0.85% -
XYZ 33.43 18.91 21.29 -
YUV 111.71 135.51 202.39 -
System Red Green Blue C M Y K H S L
Decimal 216 56 125 0 0.74 0.42 0.15 334.13 0.67 0.53
Hex D8 38 7D 0 4A 2A F 14E 43 35
Octal 330 70 175 0 112 52 17 516 103 65
Binary 11011000 111000 1111101 0 1001010 101010 1111 101001110 1000011 110101

Color Harmonies of #D8387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8387D

Black with #D8387D

Text Example


Text Example

White with #D8387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8387D; }

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

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

background-color css

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

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

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

border-color css

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

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

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