#D07A90

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

Shades of Charm #D07A90

Tints of Charm #D07A90

Color information

#D07A90 (or 0xD07A90) is unknown color: approx Charm. HEX triplet: D0, 7A and 90. RGB value is (208,122,144). Sum of RGB (Red+Green+Blue) = 208+122+144=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07A90 is #2F856F. Grayscale: #969696. Windows color (decimal): -3114352 or 9468624. OLE color: 9468624.

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

Color convert

RGB208122144-
CMYK00.410.310.18
HSL344.65º47.78%64.71%-
HSV(B)344.65º41.35%81.57%-
XYZ38.0129.3430.05-
YUV150.22124.49169.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 122 (48.05% from 255) = 25.74%
BLUE value IS 144 (56.64% from 255) = 30.38%
R=43.88%
G=25.74%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812214400.410.310.18344.6547.7864.71
HexD07A900291F121593041
Octal320172220051372253160101
Binary11010000111101010010000010100111111100101010110011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A90; }

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

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

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

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

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

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

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

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