Html Css Color HEX #D8535A Mandy

📋 copy color: '#D8535A'

red 216 ◦ green 83 ◦ blue 90

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

Shades of Mandy #D8535A

Tints of Mandy #D8535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.14%

R = 55.53%
G = 21.34%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8535A (or 0xD8535A) is known color: Mandy. HEX triplet: D8, 53 and 5A. RGB value is (216,83,90). Sum of RGB (Red+Green+Blue) = 216+83+90=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8535A is #27ACA5. Grayscale: #7B7B7B. Windows color (decimal): -2600102 or 5919704. OLE color: 5919704.

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

Color convert

RGB 216 83 90 -
CMYK 0 0.62 0.58 0.15
HSL 356.84º 0.63% 0.59% -
HSV(B) 356.84º 0.62% 0.85% -
XYZ 33.26 21.52 12.07 -
YUV 123.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 216 83 90 0 0.62 0.58 0.15 356.84 0.63 0.59
Hex D8 53 5A 0 3E 3A F 165 3F 3B
Octal 330 123 132 0 76 72 17 545 77 73
Binary 11011000 1010011 1011010 0 111110 111010 1111 101100101 111111 111011

Color Harmonies of #D8535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8535A

Black with #D8535A

Text Example


Text Example

White with #D8535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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