Html Css Color HEX #D8585D Mandy

📋 copy color: '#D8585D'

red 216 ◦ green 88 ◦ blue 93

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

Shades of Mandy #D8585D

Tints of Mandy #D8585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.17%

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

R = 54.41%
G = 22.17%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8585D (or 0xD8585D) is known color: Mandy. HEX triplet: D8, 58 and 5D. RGB value is (216,88,93). Sum of RGB (Red+Green+Blue) = 216+88+93=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8585D is #27A7A2. Grayscale: #7E7E7E. Windows color (decimal): -2598819 or 6117592. OLE color: 6117592.

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

Color convert

RGB 216 88 93 -
CMYK 0 0.59 0.57 0.15
HSL 357.66º 0.62% 0.6% -
HSV(B) 357.66º 0.59% 0.85% -
XYZ 33.78 22.37 12.89 -
YUV 126.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 216 88 93 0 0.59 0.57 0.15 357.66 0.62 0.6
Hex D8 58 5D 0 3B 39 F 166 3E 3C
Octal 330 130 135 0 73 71 17 546 76 74
Binary 11011000 1011000 1011101 0 111011 111001 1111 101100110 111110 111100

Color Harmonies of #D8585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8585D

Black with #D8585D

Text Example


Text Example

White with #D8585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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