#D06583

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

Shades of Charm #D06583

Tints of Charm #D06583

Color information

#D06583 (or 0xD06583) is unknown color: approx Charm. HEX triplet: D0, 65 and 83. RGB value is (208,101,131). Sum of RGB (Red+Green+Blue) = 208+101+131=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D06583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06583 is #2F9A7C. Grayscale: #888888. Windows color (decimal): -3119741 or 8611280. OLE color: 8611280.

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

Color convert

RGB208101131-
CMYK00.510.370.18
HSL343.18º53.23%60.59%-
HSV(B)343.18º51.44%81.57%-
XYZ34.7624.3624.34-
YUV136.41124.95179.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.27%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 131 (51.56% from 255) = 29.77%
R=47.27%
G=22.95%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810113100.510.370.18343.1853.2360.59
HexD065830332512157353d
Octal32014520306345225276575
Binary11010000110010110000011011001110010110010101010111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06583; }

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

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

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

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

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

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

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

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