Html Css Color HEX #D28EBA Lily

📋 copy color: '#D28EBA'

red 210 ◦ green 142 ◦ blue 186

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

Shades of Lily #D28EBA

Tints of Lily #D28EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.39%

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

R = 39.03%
G = 26.39%
B = 34.57%

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

#D28EBA (or 0xD28EBA) is known color: Lily. HEX triplet: D2, 8E and BA. RGB value is (210,142,186). Sum of RGB (Red+Green+Blue) = 210+142+186=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D28EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28EBA is #2D7145. Grayscale: #A7A7A7. Windows color (decimal): -2978118 or 12226258. OLE color: 12226258.

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

Color convert

RGB 210 142 186 -
CMYK 0 0.32 0.11 0.18
HSL 321.18º 0.43% 0.69% -
HSV(B) 321.18º 0.32% 0.82% -
XYZ 45.11 36.59 51.14 -
YUV 167.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 210 142 186 0 0.32 0.11 0.18 321.18 0.43 0.69
Hex D2 8E BA 0 20 B 12 141 2B 45
Octal 322 216 272 0 40 13 22 501 53 105
Binary 11010010 10001110 10111010 0 100000 1011 10010 101000001 101011 1000101

Color Harmonies of #D28EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28EBA

Black with #D28EBA

Text Example


Text Example

White with #D28EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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