Html Css Color HEX #D8565F Mandy

📋 copy color: '#D8565F'

red 216 ◦ green 86 ◦ blue 95

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

Shades of Mandy #D8565F

Tints of Mandy #D8565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.66%

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

R = 54.41%
G = 21.66%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8565F (or 0xD8565F) is known color: Mandy. HEX triplet: D8, 56 and 5F. RGB value is (216,86,95). Sum of RGB (Red+Green+Blue) = 216+86+95=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8565F is #27A9A0. Grayscale: #7D7D7D. Windows color (decimal): -2599329 or 6248152. OLE color: 6248152.

HSL color Cylindrical-coordinate representation of color #D8565F: hue angle of 355.85º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8565F is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 86 95 -
CMYK 0 0.60 0.56 0.15
HSL 355.85º 0.63% 0.59% -
HSV(B) 355.85º 0.6% 0.85% -
XYZ 33.71 22.08 13.31 -
YUV 125.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 216 86 95 0 0.60 0.56 0.15 355.85 0.63 0.59
Hex D8 56 5F 0 3C 38 F 164 3E 3B
Octal 330 126 137 0 74 70 17 544 76 73
Binary 11011000 1010110 1011111 0 111100 111000 1111 101100100 111110 111011

Color Harmonies of #D8565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8565F

Black with #D8565F

Text Example


Text Example

White with #D8565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8565F; }

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

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

background-color css

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

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

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

border-color css

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

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

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