#D280B8

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

Shades of Lily #D280B8

Tints of Lily #D280B8

Color information

#D280B8 (or 0xD280B8) is unknown color: approx Lily. HEX triplet: D2, 80 and B8. RGB value is (210,128,184). Sum of RGB (Red+Green+Blue) = 210+128+184=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D280B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280B8 is #2D7F47. Grayscale: #9E9E9E. Windows color (decimal): -2981704 or 12091602. OLE color: 12091602.

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

Color convert

RGB210128184-
CMYK00.390.120.18
HSL319.02º47.67%66.27%-
HSV(B)319.02º39.05%82.35%-
XYZ42.9532.649.38-
YUV158.9142.17164.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.23%
GREEN value IS 128 (50.39% from 255) = 24.52%
BLUE value IS 184 (72.27% from 255) = 35.25%
R=40.23%
G=24.52%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012818400.390.120.18319.0247.6766.27
HexD280B8027C1213f3042
Octal322200270047142247760102
Binary11010010100000001011100001001111100100101001111111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D280B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D280B8; }

 p { color: rgb(210,128,184); }

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

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

 a { background-color: rgb(210,128,184); }

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

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

 span { border-color: rgb(210,128,184); }

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