Html Css Color HEX #D28ABD Lily

📋 copy color: '#D28ABD'

red 210 ◦ green 138 ◦ blue 189

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

Shades of Lily #D28ABD

Tints of Lily #D28ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 39.11%
G = 25.7%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D28ABD (or 0xD28ABD) is known color: Lily. HEX triplet: D2, 8A and BD. RGB value is (210,138,189). Sum of RGB (Red+Green+Blue) = 210+138+189=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ABD is #2D7542. Grayscale: #A5A5A5. Windows color (decimal): -2979139 or 12421842. OLE color: 12421842.

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

Color convert

RGB 210 138 189 -
CMYK 0 0.34 0.10 0.18
HSL 317.5º 0.44% 0.68% -
HSV(B) 317.5º 0.34% 0.82% -
XYZ 44.85 35.55 52.64 -
YUV 165.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 210 138 189 0 0.34 0.10 0.18 317.5 0.44 0.68
Hex D2 8A BD 0 22 A 12 13E 2C 44
Octal 322 212 275 0 42 12 22 476 54 104
Binary 11010010 10001010 10111101 0 100010 1010 10010 100111110 101100 1000100

Color Harmonies of #D28ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28ABD

Black with #D28ABD

Text Example


Text Example

White with #D28ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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