#D0455B

Color #D0455B Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #D0455B

Tints of Mandy #D0455B

Color information

#D0455B (or 0xD0455B) is unknown color: approx Mandy. HEX triplet: D0, 45 and 5B. RGB value is (208,69,91). Sum of RGB (Red+Green+Blue) = 208+69+91=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0455B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0455B is #2FBAA4. Grayscale: #717171. Windows color (decimal): -3127973 or 5981648. OLE color: 5981648.

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

Color convert

RGB2086991-
CMYK00.670.560.18
HSL350.5º59.66%54.31%-
HSV(B)350.5º66.83%81.57%-
XYZ30.0318.4211.87-
YUV113.07115.55195.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.52%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=56.52%
G=18.75%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208699100.670.560.18350.559.6654.31
HexD0455B043381215f3c36
Octal320105133010370225377466
Binary11010000100010110110110100001111100010010101011111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0455B; }

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

 H1.HeaderClassName
 {
   color: #D0455B;
 }
 .AnyTagClassName
 {
   color: #D0455B;
 }
</style>
background-color css

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

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

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

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

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

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