Html Css Color HEX #D0515B Mandy

📋 copy color: '#D0515B'

red 208 ◦ green 81 ◦ blue 91

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

Shades of Mandy #D0515B

Tints of Mandy #D0515B

RGB

 RED value IS 208 (81.64% from 255) = 54.74%

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

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

R = 54.74%
G = 21.32%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0515B (or 0xD0515B) is known color: Mandy. HEX triplet: D0, 51 and 5B. RGB value is (208,81,91). Sum of RGB (Red+Green+Blue) = 208+81+91=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D0515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0515B is #2FAEA4. Grayscale: #787878. Windows color (decimal): -3124901 or 5984720. OLE color: 5984720.

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

Color convert

RGB 208 81 91 -
CMYK 0 0.61 0.56 0.18
HSL 355.28º 0.57% 0.57% -
HSV(B) 355.28º 0.61% 0.82% -
XYZ 30.84 20.05 12.14 -
YUV 120.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 208 81 91 0 0.61 0.56 0.18 355.28 0.57 0.57
Hex D0 51 5B 0 3D 38 12 163 39 39
Octal 320 121 133 0 75 70 22 543 71 71
Binary 11010000 1010001 1011011 0 111101 111000 10010 101100011 111001 111001

Color Harmonies of #D0515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0515B

Black with #D0515B

Text Example


Text Example

White with #D0515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0515B; }

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

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

background-color css

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

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

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

border-color css

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

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

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