#D07A8D

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

Shades of Charm #D07A8D

Tints of Charm #D07A8D

Color information

#D07A8D (or 0xD07A8D) is unknown color: approx Charm. HEX triplet: D0, 7A and 8D. RGB value is (208,122,141). Sum of RGB (Red+Green+Blue) = 208+122+141=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07A8D is #2F8572. Grayscale: #959595. Windows color (decimal): -3114355 or 9272016. OLE color: 9272016.

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

Color convert

RGB208122141-
CMYK00.410.320.18
HSL346.74º47.78%64.71%-
HSV(B)346.74º41.35%81.57%-
XYZ37.7829.2528.85-
YUV149.88122.99169.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=44.16%
G=25.90%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812214100.410.320.18346.7447.7864.71
HexD07A8D029201215b3041
Octal320172215051402253360101
Binary110100001111010100011010101001100000100101010110111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A8D; }

 p { color: rgb(208,122,141); }

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

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

 a { background-color: rgb(208,122,141); }

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

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

 span { border-color: rgb(208,122,141); }

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