Html Css Color HEX #D2515A Mandy

📋 copy color: '#D2515A'

red 210 ◦ green 81 ◦ blue 90

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

Shades of Mandy #D2515A

Tints of Mandy #D2515A

RGB

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

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

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

R = 55.12%
G = 21.26%
B = 23.62%

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

#D2515A (or 0xD2515A) is known color: Mandy. HEX triplet: D2, 51 and 5A. RGB value is (210,81,90). Sum of RGB (Red+Green+Blue) = 210+81+90=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D2515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2515A is #2DAEA5. Grayscale: #787878. Windows color (decimal): -2993830 or 5919186. OLE color: 5919186.

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

Color convert

RGB 210 81 90 -
CMYK 0 0.61 0.57 0.18
HSL 355.81º 0.59% 0.57% -
HSV(B) 355.81º 0.61% 0.82% -
XYZ 31.37 20.32 11.94 -
YUV 120.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 210 81 90 0 0.61 0.57 0.18 355.81 0.59 0.57
Hex D2 51 5A 0 3D 39 12 164 3B 39
Octal 322 121 132 0 75 71 22 544 73 71
Binary 11010010 1010001 1011010 0 111101 111001 10010 101100100 111011 111001

Color Harmonies of #D2515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2515A

Black with #D2515A

Text Example


Text Example

White with #D2515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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