Html Css Color HEX #D9505F Mandy

📋 copy color: '#D9505F'

red 217 ◦ green 80 ◦ blue 95

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

Shades of Mandy #D9505F

Tints of Mandy #D9505F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.23%

R = 55.36%
G = 20.41%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9505F (or 0xD9505F) is known color: Mandy. HEX triplet: D9, 50 and 5F. RGB value is (217,80,95). Sum of RGB (Red+Green+Blue) = 217+80+95=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D9505F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9505F is #26AFA0. Grayscale: #7A7A7A. Windows color (decimal): -2535329 or 6246617. OLE color: 6246617.

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

Color convert

RGB 217 80 95 -
CMYK 0 0.63 0.56 0.15
HSL 353.43º 0.64% 0.58% -
HSV(B) 353.43º 0.63% 0.85% -
XYZ 33.55 21.32 13.17 -
YUV 122.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 217 80 95 0 0.63 0.56 0.15 353.43 0.64 0.58
Hex D9 50 5F 0 3F 38 F 161 40 3A
Octal 331 120 137 0 77 70 17 541 100 72
Binary 11011001 1010000 1011111 0 111111 111000 1111 101100001 1000000 111010

Color Harmonies of #D9505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9505F

Black with #D9505F

Text Example


Text Example

White with #D9505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9505F; }

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

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

background-color css

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

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

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

border-color css

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

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

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