Html Css Color HEX #D9505B Mandy

📋 copy color: '#D9505B'

red 217 ◦ green 80 ◦ blue 91

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

Shades of Mandy #D9505B

Tints of Mandy #D9505B

RGB

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

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

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

R = 55.93%
G = 20.62%
B = 23.45%

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

#D9505B (or 0xD9505B) is known color: Mandy. HEX triplet: D9, 50 and 5B. RGB value is (217,80,91). Sum of RGB (Red+Green+Blue) = 217+80+91=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D9505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9505B is #26AFA4. Grayscale: #7A7A7A. Windows color (decimal): -2535333 or 5984473. OLE color: 5984473.

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

Color convert

RGB 217 80 91 -
CMYK 0 0.63 0.58 0.15
HSL 355.18º 0.64% 0.58% -
HSV(B) 355.18º 0.63% 0.85% -
XYZ 33.37 21.24 12.24 -
YUV 122.22 110.39 195.61 -
System Red Green Blue C M Y K H S L
Decimal 217 80 91 0 0.63 0.58 0.15 355.18 0.64 0.58
Hex D9 50 5B 0 3F 3A F 163 40 3A
Octal 331 120 133 0 77 72 17 543 100 72
Binary 11011001 1010000 1011011 0 111111 111010 1111 101100011 1000000 111010

Color Harmonies of #D9505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9505B

Black with #D9505B

Text Example


Text Example

White with #D9505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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