Html Css Color HEX #D1505A Mandy

📋 copy color: '#D1505A'

red 209 ◦ green 80 ◦ blue 90

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

Shades of Mandy #D1505A

Tints of Mandy #D1505A

RGB

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

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

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

R = 55.15%
G = 21.11%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1505A (or 0xD1505A) is known color: Mandy. HEX triplet: D1, 50 and 5A. RGB value is (209,80,90). Sum of RGB (Red+Green+Blue) = 209+80+90=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D1505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1505A is #2EAFA5. Grayscale: #777777. Windows color (decimal): -3059622 or 5918929. OLE color: 5918929.

HSL color Cylindrical-coordinate representation of color #D1505A: hue angle of 355.35º 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 #D1505A is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 80 90 -
CMYK 0 0.62 0.57 0.18
HSL 355.35º 0.58% 0.57% -
HSV(B) 355.35º 0.62% 0.82% -
XYZ 31.01 20.03 11.9 -
YUV 119.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 209 80 90 0 0.62 0.57 0.18 355.35 0.58 0.57
Hex D1 50 5A 0 3E 39 12 163 3A 39
Octal 321 120 132 0 76 71 22 543 72 71
Binary 11010001 1010000 1011010 0 111110 111001 10010 101100011 111010 111001

Color Harmonies of #D1505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1505A

Black with #D1505A

Text Example


Text Example

White with #D1505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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