Html Css Color HEX #D1505B Mandy

📋 copy color: '#D1505B'

red 209 ◦ green 80 ◦ blue 91

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

Shades of Mandy #D1505B

Tints of Mandy #D1505B

RGB

 RED value IS 209 (82.03% from 255) = 55%

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

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

R = 55%
G = 21.05%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1505B (or 0xD1505B) is known color: Mandy. HEX triplet: D1, 50 and 5B. RGB value is (209,80,91). Sum of RGB (Red+Green+Blue) = 209+80+91=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1505B is #2EAFA4. Grayscale: #777777. Windows color (decimal): -3059621 or 5984465. OLE color: 5984465.

HSL color Cylindrical-coordinate representation of color #D1505B: hue angle of 354.88º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1505B is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 80 91 -
CMYK 0 0.62 0.56 0.18
HSL 354.88º 0.58% 0.57% -
HSV(B) 354.88º 0.62% 0.82% -
XYZ 31.05 20.05 12.13 -
YUV 119.83 111.74 191.61 -
System Red Green Blue C M Y K H S L
Decimal 209 80 91 0 0.62 0.56 0.18 354.88 0.58 0.57
Hex D1 50 5B 0 3E 38 12 163 3A 39
Octal 321 120 133 0 76 70 22 543 72 71
Binary 11010001 1010000 1011011 0 111110 111000 10010 101100011 111010 111001

Color Harmonies of #D1505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1505B

Black with #D1505B

Text Example


Text Example

White with #D1505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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