Html Css Color HEX #D2515B Mandy

📋 copy color: '#D2515B'

red 210 ◦ green 81 ◦ blue 91

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

Shades of Mandy #D2515B

Tints of Mandy #D2515B

RGB

 RED value IS 210 (82.42% from 255) = 54.97%

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

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

R = 54.97%
G = 21.2%
B = 23.82%

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

#D2515B (or 0xD2515B) is known color: Mandy. HEX triplet: D2, 51 and 5B. RGB value is (210,81,91). Sum of RGB (Red+Green+Blue) = 210+81+91=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D2515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2515B is #2DAEA4. Grayscale: #787878. Windows color (decimal): -2993829 or 5984722. OLE color: 5984722.

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

Color convert

RGB 210 81 91 -
CMYK 0 0.61 0.57 0.18
HSL 355.35º 0.59% 0.57% -
HSV(B) 355.35º 0.61% 0.82% -
XYZ 31.41 20.34 12.17 -
YUV 120.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 210 81 91 0 0.61 0.57 0.18 355.35 0.59 0.57
Hex D2 51 5B 0 3D 39 12 163 3B 39
Octal 322 121 133 0 75 71 22 543 73 71
Binary 11010010 1010001 1011011 0 111101 111001 10010 101100011 111011 111001

Color Harmonies of #D2515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2515B

Black with #D2515B

Text Example


Text Example

White with #D2515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2515B; }

 p { color: rgb(210,81,91); }

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

background-color css

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

 a { background-color: rgb(210,81,91); }

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

border-color css

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

 span { border-color: rgb(210,81,91); }

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