#D083B8

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

Shades of Lily #D083B8

Tints of Lily #D083B8

Color information

#D083B8 (or 0xD083B8) is unknown color: approx Lily. HEX triplet: D0, 83 and B8. RGB value is (208,131,184). Sum of RGB (Red+Green+Blue) = 208+131+184=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D083B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083B8 is #2F7C47. Grayscale: #9F9F9F. Windows color (decimal): -3112008 or 12092368. OLE color: 12092368.

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

Color convert

RGB208131184-
CMYK00.370.120.18
HSL318.7º45.03%66.47%-
HSV(B)318.7º37.02%81.57%-
XYZ42.7833.149.48-
YUV160.06141.51162.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=39.77%
G=25.05%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813118400.370.120.18318.745.0366.47
HexD083B8025C1213f2d42
Octal320203270045142247755102
Binary11010000100000111011100001001011100100101001111111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083B8; }

 p { color: rgb(208,131,184); }

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

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

 a { background-color: rgb(208,131,184); }

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

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

 span { border-color: rgb(208,131,184); }

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