Html Css Color HEX #D28FBA Lily

📋 copy color: '#D28FBA'

red 210 ◦ green 143 ◦ blue 186

#D28FBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #D28FBA

Tints of Lily #D28FBA

RGB

 RED value IS 210 (82.42% from 255) = 38.96%

 GREEN value IS 143 (56.25% from 255) = 26.53%

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 38.96%
G = 26.53%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D28FBA (or 0xD28FBA) is known color: Lily. HEX triplet: D2, 8F and BA. RGB value is (210,143,186). Sum of RGB (Red+Green+Blue) = 210+143+186=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FBA is #2D7045. Grayscale: #A7A7A7. Windows color (decimal): -2977862 or 12226514. OLE color: 12226514.

HSL color Cylindrical-coordinate representation of color #D28FBA: hue angle of 321.49º 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 #D28FBA is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 143 186 -
CMYK 0 0.32 0.11 0.18
HSL 321.49º 0.43% 0.69% -
HSV(B) 321.49º 0.32% 0.82% -
XYZ 45.26 36.89 51.19 -
YUV 167.94 138.2 158 -
System Red Green Blue C M Y K H S L
Decimal 210 143 186 0 0.32 0.11 0.18 321.49 0.43 0.69
Hex D2 8F BA 0 20 B 12 141 2B 45
Octal 322 217 272 0 40 13 22 501 53 105
Binary 11010010 10001111 10111010 0 100000 1011 10010 101000001 101011 1000101

Color Harmonies of #D28FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28FBA

Black with #D28FBA

Text Example


Text Example

White with #D28FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28FBA; }

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

 H1.HeaderClassName
 {
   color: #D28FBA;
 }
 .AnyTagClassName
 {
   color: #D28FBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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