#D399C1

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

Shades of Lily #D399C1

Tints of Lily #D399C1

Color information

#D399C1 (or 0xD399C1) is unknown color: approx Lily. HEX triplet: D3, 99 and C1. RGB value is (211,153,193). Sum of RGB (Red+Green+Blue) = 211+153+193=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D399C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399C1 is #2C663E. Grayscale: #AEAEAE. Windows color (decimal): -2909759 or 12687827. OLE color: 12687827.

HSL color Cylindrical-coordinate representation of color #D399C1: hue angle of 318.62º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D399C1 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB211153193-
CMYK00.270.090.17
HSL318.62º39.73%71.37%-
HSV(B)318.62º27.49%82.75%-
XYZ47.8840.4855.74-
YUV174.9138.22153.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.88%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=37.88%
G=27.47%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115319300.270.090.17318.6239.7371.37
HexD399C101B91113f2847
Octal323231301033112147750107
Binary1101001110011001110000010110111001100011001111111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D399C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D399C1; }

 p { color: rgb(211,153,193); }

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

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

 a { background-color: rgb(211,153,193); }

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

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

 span { border-color: rgb(211,153,193); }

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