Html Css Color HEX #D8535E Mandy

📋 copy color: '#D8535E'

red 216 ◦ green 83 ◦ blue 94

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

Shades of Mandy #D8535E

Tints of Mandy #D8535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.12%

 BLUE value IS 94 (37.11% from 255) = 23.92%

R = 54.96%
G = 21.12%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8535E (or 0xD8535E) is known color: Mandy. HEX triplet: D8, 53 and 5E. RGB value is (216,83,94). Sum of RGB (Red+Green+Blue) = 216+83+94=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8535E is #27ACA1. Grayscale: #7C7C7C. Windows color (decimal): -2600098 or 6181848. OLE color: 6181848.

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

Color convert

RGB 216 83 94 -
CMYK 0 0.62 0.56 0.15
HSL 355.04º 0.63% 0.59% -
HSV(B) 355.04º 0.62% 0.85% -
XYZ 33.43 21.59 13 -
YUV 124.02 111.06 193.61 -
System Red Green Blue C M Y K H S L
Decimal 216 83 94 0 0.62 0.56 0.15 355.04 0.63 0.59
Hex D8 53 5E 0 3E 38 F 163 3F 3B
Octal 330 123 136 0 76 70 17 543 77 73
Binary 11011000 1010011 1011110 0 111110 111000 1111 101100011 111111 111011

Color Harmonies of #D8535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8535E

Black with #D8535E

Text Example


Text Example

White with #D8535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8535E; }

 p { color: rgb(216,83,94); }

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

background-color css

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

 a { background-color: rgb(216,83,94); }

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

border-color css

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

 span { border-color: rgb(216,83,94); }

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