#D07285

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

Shades of Charm #D07285

Tints of Charm #D07285

Color information

#D07285 (or 0xD07285) is unknown color: approx Charm. HEX triplet: D0, 72 and 85. RGB value is (208,114,133). Sum of RGB (Red+Green+Blue) = 208+114+133=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D07285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07285 is #2F8D7A. Grayscale: #909090. Windows color (decimal): -3116411 or 8745680. OLE color: 8745680.

HSL color Cylindrical-coordinate representation of color #D07285: hue angle of 347.87º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07285 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB208114133-
CMYK00.450.360.18
HSL347.87º50%63.14%-
HSV(B)347.87º45.19%81.57%-
XYZ36.2627.1425.52-
YUV144.27121.64173.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 133 (52.34% from 255) = 29.23%
R=45.71%
G=25.05%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811413300.450.360.18347.875063.14
HexD0728502D241215c323f
Octal32016220505544225346277
Binary11010000111001010000101010110110010010010101011100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07285; }

 p { color: rgb(208,114,133); }

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

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

 a { background-color: rgb(208,114,133); }

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

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

 span { border-color: rgb(208,114,133); }

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