#D07583

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

Shades of Charm #D07583

Tints of Charm #D07583

Color information

#D07583 (or 0xD07583) is unknown color: approx Charm. HEX triplet: D0, 75 and 83. RGB value is (208,117,131). Sum of RGB (Red+Green+Blue) = 208+117+131=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 131 (51.56% from 255 or 28.73% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D07583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07583 is #2F8A7C. Grayscale: #919191. Windows color (decimal): -3115645 or 8615376. OLE color: 8615376.

HSL color Cylindrical-coordinate representation of color #D07583: hue angle of 350.77º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D07583 is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB208117131-
CMYK00.440.370.18
HSL350.77º49.19%63.73%-
HSV(B)350.77º43.75%81.57%-
XYZ36.4727.7724.91-
YUV145.8119.65172.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.61%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 131 (51.56% from 255) = 28.73%
R=45.61%
G=25.66%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811713100.440.370.18350.7749.1963.73
HexD0758302C251215f3140
Octal320165203054452253761100
Binary110100001110101100000110101100100101100101010111111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07583; }

 p { color: rgb(208,117,131); }

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

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

 a { background-color: rgb(208,117,131); }

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

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

 span { border-color: rgb(208,117,131); }

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