#D07AB4

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

Shades of Lily #D07AB4

Tints of Lily #D07AB4

Color information

#D07AB4 (or 0xD07AB4) is unknown color: approx Lily. HEX triplet: D0, 7A and B4. RGB value is (208,122,180). Sum of RGB (Red+Green+Blue) = 208+122+180=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D07AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07AB4 is #2F854B. Grayscale: #9A9A9A. Windows color (decimal): -3114316 or 11827920. OLE color: 11827920.

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

Color convert

RGB208122180-
CMYK00.410.130.18
HSL319.53º47.78%64.71%-
HSV(B)319.53º41.35%81.57%-
XYZ41.2130.6246.92-
YUV154.33142.49166.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 122 (48.05% from 255) = 23.92%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=40.78%
G=23.92%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812218000.410.130.18319.5347.7864.71
HexD07AB4029D121403041
Octal320172264051152250060101
Binary1101000011110101011010001010011101100101010000001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07AB4; }

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

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

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

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

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

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

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

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