Html Css Color HEX #D8505A Mandy

📋 copy color: '#D8505A'

red 216 ◦ green 80 ◦ blue 90

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

Shades of Mandy #D8505A

Tints of Mandy #D8505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

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

R = 55.96%
G = 20.73%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8505A (or 0xD8505A) is known color: Mandy. HEX triplet: D8, 50 and 5A. RGB value is (216,80,90). Sum of RGB (Red+Green+Blue) = 216+80+90=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D8505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8505A is #27AFA5. Grayscale: #797979. Windows color (decimal): -2600870 or 5918936. OLE color: 5918936.

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

Color convert

RGB 216 80 90 -
CMYK 0 0.63 0.58 0.15
HSL 355.59º 0.64% 0.58% -
HSV(B) 355.59º 0.63% 0.85% -
XYZ 33.03 21.07 12 -
YUV 121.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 216 80 90 0 0.63 0.58 0.15 355.59 0.64 0.58
Hex D8 50 5A 0 3F 3A F 164 40 3A
Octal 330 120 132 0 77 72 17 544 100 72
Binary 11011000 1010000 1011010 0 111111 111010 1111 101100100 1000000 111010

Color Harmonies of #D8505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8505A

Black with #D8505A

Text Example


Text Example

White with #D8505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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