Html Css Color HEX #D28ABA Lily

📋 copy color: '#D28ABA'

red 210 ◦ green 138 ◦ blue 186

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

Shades of Lily #D28ABA

Tints of Lily #D28ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.84%

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

R = 39.33%
G = 25.84%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D28ABA (or 0xD28ABA) is known color: Lily. HEX triplet: D2, 8A and BA. RGB value is (210,138,186). Sum of RGB (Red+Green+Blue) = 210+138+186=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ABA is #2D7545. Grayscale: #A4A4A4. Windows color (decimal): -2979142 or 12225234. OLE color: 12225234.

HSL color Cylindrical-coordinate representation of color #D28ABA: hue angle of 320º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28ABA is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 138 186 -
CMYK 0 0.34 0.11 0.18
HSL 320º 0.44% 0.68% -
HSV(B) 320º 0.34% 0.82% -
XYZ 44.53 35.42 50.94 -
YUV 165 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 210 138 186 0 0.34 0.11 0.18 320 0.44 0.68
Hex D2 8A BA 0 22 B 12 140 2C 44
Octal 322 212 272 0 42 13 22 500 54 104
Binary 11010010 10001010 10111010 0 100010 1011 10010 101000000 101100 1000100

Color Harmonies of #D28ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28ABA

Black with #D28ABA

Text Example


Text Example

White with #D28ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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