#D07FB2

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

Shades of Lily #D07FB2

Tints of Lily #D07FB2

Color information

#D07FB2 (or 0xD07FB2) is unknown color: approx Lily. HEX triplet: D0, 7F and B2. RGB value is (208,127,178). Sum of RGB (Red+Green+Blue) = 208+127+178=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07FB2 is #2F804D. Grayscale: #9C9C9C. Windows color (decimal): -3113038 or 11698128. OLE color: 11698128.

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

Color convert

RGB208127178-
CMYK00.390.140.18
HSL322.22º46.29%65.69%-
HSV(B)322.22º38.94%81.57%-
XYZ41.6431.846.06-
YUV157.03139.84164.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 178 (69.92% from 255) = 34.70%
R=40.55%
G=24.76%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812717800.390.140.18322.2246.2965.69
HexD07FB2027E121422e42
Octal320177262047162250256102
Binary1101000011111111011001001001111110100101010000101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FB2; }

 p { color: rgb(208,127,178); }

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

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

 a { background-color: rgb(208,127,178); }

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

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

 span { border-color: rgb(208,127,178); }

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