Html Css Color HEX #D8385D Cerise

📋 copy color: '#D8385D'

red 216 ◦ green 56 ◦ blue 93

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

Shades of Cerise #D8385D

Tints of Cerise #D8385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 59.18%
G = 15.34%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8385D (or 0xD8385D) is known color: Cerise. HEX triplet: D8, 38 and 5D. RGB value is (216,56,93). Sum of RGB (Red+Green+Blue) = 216+56+93=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D8385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8385D is #27C7A2. Grayscale: #6C6C6C. Windows color (decimal): -2607011 or 6109400. OLE color: 6109400.

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

Color convert

RGB 216 56 93 -
CMYK 0 0.74 0.57 0.15
HSL 346.13º 0.67% 0.53% -
HSV(B) 346.13º 0.74% 0.85% -
XYZ 31.71 18.22 12.2 -
YUV 108.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 216 56 93 0 0.74 0.57 0.15 346.13 0.67 0.53
Hex D8 38 5D 0 4A 39 F 15A 43 35
Octal 330 70 135 0 112 71 17 532 103 65
Binary 11011000 111000 1011101 0 1001010 111001 1111 101011010 1000011 110101

Color Harmonies of #D8385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8385D

Black with #D8385D

Text Example


Text Example

White with #D8385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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