#D0717B

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

Shades of Charm #D0717B

Tints of Charm #D0717B

Color information

#D0717B (or 0xD0717B) is unknown color: approx Charm. HEX triplet: D0, 71 and 7B. RGB value is (208,113,123). Sum of RGB (Red+Green+Blue) = 208+113+123=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0717B is #2F8E84. Grayscale: #8E8E8E. Windows color (decimal): -3116677 or 8090064. OLE color: 8090064.

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

Color convert

RGB208113123-
CMYK00.460.410.18
HSL353.68º50.26%62.94%-
HSV(B)353.68º45.67%81.57%-
XYZ35.4926.6522.01-
YUV142.54116.97174.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=46.85%
G=25.45%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811312300.460.410.18353.6850.2662.94
HexD0717B02E2912162323f
Octal32016117305651225426277
Binary1101000011100011111011010111010100110010101100010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0717B; }

 p { color: rgb(208,113,123); }

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

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

 a { background-color: rgb(208,113,123); }

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

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

 span { border-color: rgb(208,113,123); }

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