#D27FBA

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

Shades of Lily #D27FBA

Tints of Lily #D27FBA

Color information

#D27FBA (or 0xD27FBA) is unknown color: approx Lily. HEX triplet: D2, 7F and BA. RGB value is (210,127,186). Sum of RGB (Red+Green+Blue) = 210+127+186=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FBA is #2D8045. Grayscale: #9E9E9E. Windows color (decimal): -2981958 or 12222418. OLE color: 12222418.

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

Color convert

RGB210127186-
CMYK00.400.110.18
HSL317.35º47.98%66.08%-
HSV(B)317.35º39.52%82.35%-
XYZ43.0332.4350.45-
YUV158.54143.5164.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 127 (50% from 255) = 24.28%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=40.15%
G=24.28%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012718600.400.110.18317.3547.9866.08
HexD27FBA028B1213d3042
Octal322177272050132247560102
Binary1101001011111111011101001010001011100101001111011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27FBA; }

 p { color: rgb(210,127,186); }

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

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

 a { background-color: rgb(210,127,186); }

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

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

 span { border-color: rgb(210,127,186); }

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