Html Css Color HEX #D8575D Mandy

📋 copy color: '#D8575D'

red 216 ◦ green 87 ◦ blue 93

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

Shades of Mandy #D8575D

Tints of Mandy #D8575D

RGB

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

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

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

R = 54.55%
G = 21.97%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8575D (or 0xD8575D) is known color: Mandy. HEX triplet: D8, 57 and 5D. RGB value is (216,87,93). Sum of RGB (Red+Green+Blue) = 216+87+93=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D8575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8575D is #27A8A2. Grayscale: #7E7E7E. Windows color (decimal): -2599075 or 6117336. OLE color: 6117336.

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

Color convert

RGB 216 87 93 -
CMYK 0 0.60 0.57 0.15
HSL 357.21º 0.62% 0.59% -
HSV(B) 357.21º 0.6% 0.85% -
XYZ 33.7 22.21 12.87 -
YUV 126.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 216 87 93 0 0.60 0.57 0.15 357.21 0.62 0.59
Hex D8 57 5D 0 3C 39 F 165 3E 3B
Octal 330 127 135 0 74 71 17 545 76 73
Binary 11011000 1010111 1011101 0 111100 111001 1111 101100101 111110 111011

Color Harmonies of #D8575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8575D

Black with #D8575D

Text Example


Text Example

White with #D8575D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8575D; }

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

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

background-color css

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

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

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

border-color css

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

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

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