#D07783

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

Shades of Charm #D07783

Tints of Charm #D07783

Color information

#D07783 (or 0xD07783) is unknown color: approx Charm. HEX triplet: D0, 77 and 83. RGB value is (208,119,131). Sum of RGB (Red+Green+Blue) = 208+119+131=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D07783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07783 is #2F887C. Grayscale: #939393. Windows color (decimal): -3115133 or 8615888. OLE color: 8615888.

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

Color convert

RGB208119131-
CMYK00.430.370.18
HSL351.91º48.63%64.12%-
HSV(B)351.91º42.79%81.57%-
XYZ36.7128.2424.99-
YUV146.98118.99171.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.41%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 131 (51.56% from 255) = 28.60%
R=45.41%
G=25.98%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811913100.430.370.18351.9148.6364.12
HexD0778302B25121603140
Octal320167203053452254061100
Binary110100001110111100000110101011100101100101011000001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07783; }

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

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

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

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

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

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

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

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