#D0727E

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

Shades of Charm #D0727E

Tints of Charm #D0727E

Color information

#D0727E (or 0xD0727E) is unknown color: approx Charm. HEX triplet: D0, 72 and 7E. RGB value is (208,114,126). Sum of RGB (Red+Green+Blue) = 208+114+126=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0727E is #2F8D81. Grayscale: #8F8F8F. Windows color (decimal): -3116418 or 8286928. OLE color: 8286928.

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

Color convert

RGB208114126-
CMYK00.450.390.18
HSL352.34º50%63.14%-
HSV(B)352.34º45.19%81.57%-
XYZ35.826.9523.05-
YUV143.47118.14174.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.43%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 126 (49.61% from 255) = 28.12%
R=46.43%
G=25.45%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811412600.450.390.18352.345063.14
HexD0727E02D2712160323f
Octal32016217605547225406277
Binary1101000011100101111110010110110011110010101100000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0727E; }

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

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

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

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

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

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

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

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