Html Css Color HEX #D85A5B Mandy

📋 copy color: '#D85A5B'

red 216 ◦ green 90 ◦ blue 91

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

Shades of Mandy #D85A5B

Tints of Mandy #D85A5B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 54.41%
G = 22.67%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D85A5B (or 0xD85A5B) is known color: Mandy. HEX triplet: D8, 5A and 5B. RGB value is (216,90,91). Sum of RGB (Red+Green+Blue) = 216+90+91=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A5B is #27A5A4. Grayscale: #7F7F7F. Windows color (decimal): -2598309 or 5987032. OLE color: 5987032.

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

Color convert

RGB 216 90 91 -
CMYK 0 0.58 0.58 0.15
HSL 359.52º 0.62% 0.6% -
HSV(B) 359.52º 0.58% 0.85% -
XYZ 33.86 22.67 12.49 -
YUV 127.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 216 90 91 0 0.58 0.58 0.15 359.52 0.62 0.6
Hex D8 5A 5B 0 3A 3A F 168 3E 3C
Octal 330 132 133 0 72 72 17 550 76 74
Binary 11011000 1011010 1011011 0 111010 111010 1111 101101000 111110 111100

Color Harmonies of #D85A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A5B

Black with #D85A5B

Text Example


Text Example

White with #D85A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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