#D28FC1

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

Shades of Lily #D28FC1

Tints of Lily #D28FC1

Color information

#D28FC1 (or 0xD28FC1) is unknown color: approx Lily. HEX triplet: D2, 8F and C1. RGB value is (210,143,193). Sum of RGB (Red+Green+Blue) = 210+143+193=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FC1 is #2D703E. Grayscale: #A8A8A8. Windows color (decimal): -2977855 or 12685266. OLE color: 12685266.

HSL color Cylindrical-coordinate representation of color #D28FC1: hue angle of 315.22º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D28FC1 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB210143193-
CMYK00.320.080.18
HSL315.22º42.68%69.22%-
HSV(B)315.22º31.9%82.35%-
XYZ46.0337.255.21-
YUV168.73141.7157.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.46%
GREEN value IS 143 (56.25% from 255) = 26.19%
BLUE value IS 193 (75.78% from 255) = 35.35%
R=38.46%
G=26.19%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014319300.320.080.18315.2242.6869.22
HexD28FC102081213b2b45
Octal322217301040102247353105
Binary11010010100011111100000101000001000100101001110111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28FC1; }

 p { color: rgb(210,143,193); }

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

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

 a { background-color: rgb(210,143,193); }

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

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

 span { border-color: rgb(210,143,193); }

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