#D48FC2

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

Shades of Lily #D48FC2

Tints of Lily #D48FC2

Color information

#D48FC2 (or 0xD48FC2) is unknown color: approx Lily. HEX triplet: D4, 8F and C2. RGB value is (212,143,194). Sum of RGB (Red+Green+Blue) = 212+143+194=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FC2 is #2B703D. Grayscale: #A9A9A9. Windows color (decimal): -2846782 or 12750804. OLE color: 12750804.

HSL color Cylindrical-coordinate representation of color #D48FC2: hue angle of 315.65º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48FC2 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB212143194-
CMYK00.330.080.17
HSL315.65º44.52%69.61%-
HSV(B)315.65º32.55%83.14%-
XYZ46.7137.5455.82-
YUV169.44141.86158.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 143 (56.25% from 255) = 26.05%
BLUE value IS 194 (76.17% from 255) = 35.34%
R=38.62%
G=26.05%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214319400.330.080.17315.6544.5269.61
HexD48FC202181113c2d46
Octal324217302041102147455106
Binary11010100100011111100001001000011000100011001111001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FC2; }

 p { color: rgb(212,143,194); }

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

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

 a { background-color: rgb(212,143,194); }

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

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

 span { border-color: rgb(212,143,194); }

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