#D383BA

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

Shades of Lily #D383BA

Tints of Lily #D383BA

Color information

#D383BA (or 0xD383BA) is unknown color: approx Lily. HEX triplet: D3, 83 and BA. RGB value is (211,131,186). Sum of RGB (Red+Green+Blue) = 211+131+186=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D383BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D383BA is #2C7C45. Grayscale: #A1A1A1. Windows color (decimal): -2915398 or 12223443. OLE color: 12223443.

HSL color Cylindrical-coordinate representation of color #D383BA: hue angle of 318.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D383BA is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB211131186-
CMYK00.380.120.17
HSL318.75º47.62%67.06%-
HSV(B)318.75º37.91%82.75%-
XYZ43.8433.6350.63-
YUV161.19142163.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.96%
GREEN value IS 131 (51.56% from 255) = 24.81%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=39.96%
G=24.81%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113118600.380.120.17318.7547.6267.06
HexD383BA026C1113f3043
Octal323203272046142147760103
Binary11010011100000111011101001001101100100011001111111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D383BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D383BA; }

 p { color: rgb(211,131,186); }

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

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

 a { background-color: rgb(211,131,186); }

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

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

 span { border-color: rgb(211,131,186); }

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