#D092B6

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

Shades of Lily #D092B6

Tints of Lily #D092B6

Color information

#D092B6 (or 0xD092B6) is unknown color: approx Lily. HEX triplet: D0, 92 and B6. RGB value is (208,146,182). Sum of RGB (Red+Green+Blue) = 208+146+182=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D092B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092B6 is #2F6D49. Grayscale: #A8A8A8. Windows color (decimal): -3108170 or 11965136. OLE color: 11965136.

HSL color Cylindrical-coordinate representation of color #D092B6: hue angle of 325.16º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D092B6 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB208146182-
CMYK00.300.120.18
HSL325.16º39.74%69.41%-
HSV(B)325.16º29.81%81.57%-
XYZ44.7337.3549.11-
YUV168.64135.54156.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 146 (57.42% from 255) = 27.24%
BLUE value IS 182 (71.48% from 255) = 33.96%
R=38.81%
G=27.24%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814618200.300.120.18325.1639.7469.41
HexD092B601EC121452845
Octal320222266036142250550105
Binary1101000010010010101101100111101100100101010001011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092B6; }

 p { color: rgb(208,146,182); }

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

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

 a { background-color: rgb(208,146,182); }

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

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

 span { border-color: rgb(208,146,182); }

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