#D07286

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

Shades of Charm #D07286

Tints of Charm #D07286

Color information

#D07286 (or 0xD07286) is unknown color: approx Charm. HEX triplet: D0, 72 and 86. RGB value is (208,114,134). Sum of RGB (Red+Green+Blue) = 208+114+134=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D07286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07286 is #2F8D79. Grayscale: #909090. Windows color (decimal): -3116410 or 8811216. OLE color: 8811216.

HSL color Cylindrical-coordinate representation of color #D07286: hue angle of 347.23º 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 #D07286 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB208114134-
CMYK00.450.360.18
HSL347.23º50%63.14%-
HSV(B)347.23º45.19%81.57%-
XYZ36.3327.1725.88-
YUV144.39122.14173.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.61%
GREEN value IS 114 (44.92% from 255) = 25%
BLUE value IS 134 (52.73% from 255) = 29.39%
R=45.61%
G=25%
B=29.39%

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
Decimal20811413400.450.360.18347.235063.14
HexD0728602D241215b323f
Octal32016220605544225336277
Binary11010000111001010000110010110110010010010101011011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07286; }

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

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

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

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

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

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

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

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