Html Css Color HEX #D0485B Mandy

📋 copy color: '#D0485B'

red 208 ◦ green 72 ◦ blue 91

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

Shades of Mandy #D0485B

Tints of Mandy #D0485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

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

R = 56.06%
G = 19.41%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0485B (or 0xD0485B) is known color: Mandy. HEX triplet: D0, 48 and 5B. RGB value is (208,72,91). Sum of RGB (Red+Green+Blue) = 208+72+91=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0485B is #2FB7A4. Grayscale: #727272. Windows color (decimal): -3127205 or 5982416. OLE color: 5982416.

HSL color Cylindrical-coordinate representation of color #D0485B: hue angle of 351.62º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0485B is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 91 -
CMYK 0 0.65 0.56 0.18
HSL 351.62º 0.59% 0.55% -
HSV(B) 351.62º 0.65% 0.82% -
XYZ 30.22 18.8 11.93 -
YUV 114.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 208 72 91 0 0.65 0.56 0.18 351.62 0.59 0.55
Hex D0 48 5B 0 41 38 12 160 3B 37
Octal 320 110 133 0 101 70 22 540 73 67
Binary 11010000 1001000 1011011 0 1000001 111000 10010 101100000 111011 110111

Color Harmonies of #D0485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0485B

Black with #D0485B

Text Example


Text Example

White with #D0485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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