Html Css Color HEX #D8575F Mandy

📋 copy color: '#D8575F'

red 216 ◦ green 87 ◦ blue 95

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

Shades of Mandy #D8575F

Tints of Mandy #D8575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.86%

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

R = 54.27%
G = 21.86%
B = 23.87%

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

#D8575F (or 0xD8575F) is known color: Mandy. HEX triplet: D8, 57 and 5F. RGB value is (216,87,95). Sum of RGB (Red+Green+Blue) = 216+87+95=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8575F is #27A8A0. Grayscale: #7E7E7E. Windows color (decimal): -2599073 or 6248408. OLE color: 6248408.

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

Color convert

RGB 216 87 95 -
CMYK 0 0.60 0.56 0.15
HSL 356.28º 0.62% 0.59% -
HSV(B) 356.28º 0.6% 0.85% -
XYZ 33.79 22.24 13.34 -
YUV 126.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 216 87 95 0 0.60 0.56 0.15 356.28 0.62 0.59
Hex D8 57 5F 0 3C 38 F 164 3E 3B
Octal 330 127 137 0 74 70 17 544 76 73
Binary 11011000 1010111 1011111 0 111100 111000 1111 101100100 111110 111011

Color Harmonies of #D8575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8575F

Black with #D8575F

Text Example


Text Example

White with #D8575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8575F; }

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

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

background-color css

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

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

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

border-color css

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

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

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