Html Css Color HEX #D8385F Cerise

📋 copy color: '#D8385F'

red 216 ◦ green 56 ◦ blue 95

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

Shades of Cerise #D8385F

Tints of Cerise #D8385F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.89%

R = 58.86%
G = 15.26%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8385F (or 0xD8385F) is known color: Cerise. HEX triplet: D8, 38 and 5F. RGB value is (216,56,95). Sum of RGB (Red+Green+Blue) = 216+56+95=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D8385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8385F is #27C7A0. Grayscale: #6C6C6C. Windows color (decimal): -2607009 or 6240472. OLE color: 6240472.

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

Color convert

RGB 216 56 95 -
CMYK 0 0.74 0.56 0.15
HSL 345.38º 0.67% 0.53% -
HSV(B) 345.38º 0.74% 0.85% -
XYZ 31.8 18.25 12.67 -
YUV 108.29 120.51 204.83 -
System Red Green Blue C M Y K H S L
Decimal 216 56 95 0 0.74 0.56 0.15 345.38 0.67 0.53
Hex D8 38 5F 0 4A 38 F 159 43 35
Octal 330 70 137 0 112 70 17 531 103 65
Binary 11011000 111000 1011111 0 1001010 111000 1111 101011001 1000011 110101

Color Harmonies of #D8385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8385F

Black with #D8385F

Text Example


Text Example

White with #D8385F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8385F; }

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

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

background-color css

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

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

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

border-color css

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

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

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