#D090BC

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

Shades of Lily #D090BC

Tints of Lily #D090BC

Color information

#D090BC (or 0xD090BC) is unknown color: approx Lily. HEX triplet: D0, 90 and BC. RGB value is (208,144,188). Sum of RGB (Red+Green+Blue) = 208+144+188=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D090BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090BC is #2F6F43. Grayscale: #A8A8A8. Windows color (decimal): -3108676 or 12357840. OLE color: 12357840.

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

Color convert

RGB208144188-
CMYK00.310.100.18
HSL318.75º40.51%69.02%-
HSV(B)318.75º30.77%81.57%-
XYZ45.0636.9952.34-
YUV168.15139.2156.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=38.52%
G=26.67%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814418800.310.100.18318.7540.5169.02
HexD090BC01FA1213f2945
Octal320220274037122247751105
Binary1101000010010000101111000111111010100101001111111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090BC; }

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

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

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

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

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

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

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

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