Html Css Color HEX #D9505A Mandy

📋 copy color: '#D9505A'

red 217 ◦ green 80 ◦ blue 90

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

Shades of Mandy #D9505A

Tints of Mandy #D9505A

RGB

 RED value IS 217 (85.16% from 255) = 56.07%

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

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

R = 56.07%
G = 20.67%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D9505A (or 0xD9505A) is known color: Mandy. HEX triplet: D9, 50 and 5A. RGB value is (217,80,90). Sum of RGB (Red+Green+Blue) = 217+80+90=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D9505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9505A is #26AFA5. Grayscale: #7A7A7A. Windows color (decimal): -2535334 or 5918937. OLE color: 5918937.

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

Color convert

RGB 217 80 90 -
CMYK 0 0.63 0.59 0.15
HSL 355.62º 0.64% 0.58% -
HSV(B) 355.62º 0.63% 0.85% -
XYZ 33.33 21.23 12.01 -
YUV 122.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 217 80 90 0 0.63 0.59 0.15 355.62 0.64 0.58
Hex D9 50 5A 0 3F 3B F 164 40 3A
Octal 331 120 132 0 77 73 17 544 100 72
Binary 11011001 1010000 1011010 0 111111 111011 1111 101100100 1000000 111010

Color Harmonies of #D9505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9505A

Black with #D9505A

Text Example


Text Example

White with #D9505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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