Html Css Color HEX #D1515A Mandy

📋 copy color: '#D1515A'

red 209 ◦ green 81 ◦ blue 90

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

Shades of Mandy #D1515A

Tints of Mandy #D1515A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.32%

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

R = 55%
G = 21.32%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1515A (or 0xD1515A) is known color: Mandy. HEX triplet: D1, 51 and 5A. RGB value is (209,81,90). Sum of RGB (Red+Green+Blue) = 209+81+90=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1515A is #2EAEA5. Grayscale: #787878. Windows color (decimal): -3059366 or 5919185. OLE color: 5919185.

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

Color convert

RGB 209 81 90 -
CMYK 0 0.61 0.57 0.18
HSL 355.78º 0.58% 0.57% -
HSV(B) 355.78º 0.61% 0.82% -
XYZ 31.08 20.18 11.93 -
YUV 120.3 110.91 191.27 -
System Red Green Blue C M Y K H S L
Decimal 209 81 90 0 0.61 0.57 0.18 355.78 0.58 0.57
Hex D1 51 5A 0 3D 39 12 164 3A 39
Octal 321 121 132 0 75 71 22 544 72 71
Binary 11010001 1010001 1011010 0 111101 111001 10010 101100100 111010 111001

Color Harmonies of #D1515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1515A

Black with #D1515A

Text Example


Text Example

White with #D1515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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