Html Css Color HEX #D0515E Mandy

📋 copy color: '#D0515E'

red 208 ◦ green 81 ◦ blue 94

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

Shades of Mandy #D0515E

Tints of Mandy #D0515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 54.31%
G = 21.15%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0515E (or 0xD0515E) is known color: Mandy. HEX triplet: D0, 51 and 5E. RGB value is (208,81,94). Sum of RGB (Red+Green+Blue) = 208+81+94=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0515E is #2FAEA1. Grayscale: #787878. Windows color (decimal): -3124898 or 6181328. OLE color: 6181328.

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

Color convert

RGB 208 81 94 -
CMYK 0 0.61 0.55 0.18
HSL 353.86º 0.57% 0.57% -
HSV(B) 353.86º 0.61% 0.82% -
XYZ 30.98 20.1 12.84 -
YUV 120.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 208 81 94 0 0.61 0.55 0.18 353.86 0.57 0.57
Hex D0 51 5E 0 3D 37 12 162 39 39
Octal 320 121 136 0 75 67 22 542 71 71
Binary 11010000 1010001 1011110 0 111101 110111 10010 101100010 111001 111001

Color Harmonies of #D0515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0515E

Black with #D0515E

Text Example


Text Example

White with #D0515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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