#D283B3

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

Shades of Lily #D283B3

Tints of Lily #D283B3

Color information

#D283B3 (or 0xD283B3) is unknown color: approx Lily. HEX triplet: D2, 83 and B3. RGB value is (210,131,179). Sum of RGB (Red+Green+Blue) = 210+131+179=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D283B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D283B3 is #2D7C4C. Grayscale: #9F9F9F. Windows color (decimal): -2980941 or 11764690. OLE color: 11764690.

HSL color Cylindrical-coordinate representation of color #D283B3: hue angle of 323.54º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D283B3 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB210131179-
CMYK00.380.150.18
HSL323.54º46.75%66.86%-
HSV(B)323.54º37.62%82.35%-
XYZ42.8333.1946.8-
YUV160.09138.67163.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.38%
GREEN value IS 131 (51.56% from 255) = 25.19%
BLUE value IS 179 (70.31% from 255) = 34.42%
R=40.38%
G=25.19%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013117900.380.150.18323.5446.7566.86
HexD283B3026F121442f43
Octal322203263046172250457103
Binary11010010100000111011001101001101111100101010001001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D283B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D283B3; }

 p { color: rgb(210,131,179); }

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

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

 a { background-color: rgb(210,131,179); }

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

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

 span { border-color: rgb(210,131,179); }

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