#D380B4

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

Shades of Lily #D380B4

Tints of Lily #D380B4

Color information

#D380B4 (or 0xD380B4) is unknown color: approx Lily. HEX triplet: D3, 80 and B4. RGB value is (211,128,180). Sum of RGB (Red+Green+Blue) = 211+128+180=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D380B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D380B4 is #2C7F4B. Grayscale: #9E9E9E. Windows color (decimal): -2916172 or 11829459. OLE color: 11829459.

HSL color Cylindrical-coordinate representation of color #D380B4: hue angle of 322.41º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D380B4 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB211128180-
CMYK00.390.150.17
HSL322.41º48.54%66.47%-
HSV(B)322.41º39.34%82.75%-
XYZ42.8232.5847.21-
YUV158.74140165.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.66%
GREEN value IS 128 (50.39% from 255) = 24.66%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=40.66%
G=24.66%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112818000.390.150.17322.4148.5466.47
HexD380B4027F111423142
Octal323200264047172150261102
Binary11010011100000001011010001001111111100011010000101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D380B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D380B4; }

 p { color: rgb(211,128,180); }

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

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

 a { background-color: rgb(211,128,180); }

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

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

 span { border-color: rgb(211,128,180); }

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