Html Css Color HEX #D28AB5 Lily

📋 copy color: '#D28AB5'

red 210 ◦ green 138 ◦ blue 181

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

Shades of Lily #D28AB5

Tints of Lily #D28AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.22%

R = 39.7%
G = 26.09%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D28AB5 (or 0xD28AB5) is known color: Lily. HEX triplet: D2, 8A and B5. RGB value is (210,138,181). Sum of RGB (Red+Green+Blue) = 210+138+181=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AB5 is #2D754A. Grayscale: #A4A4A4. Windows color (decimal): -2979147 or 11897554. OLE color: 11897554.

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

Color convert

RGB 210 138 181 -
CMYK 0 0.34 0.14 0.18
HSL 324.17º 0.44% 0.68% -
HSV(B) 324.17º 0.34% 0.82% -
XYZ 44.01 35.21 48.19 -
YUV 164.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 210 138 181 0 0.34 0.14 0.18 324.17 0.44 0.68
Hex D2 8A B5 0 22 E 12 144 2C 44
Octal 322 212 265 0 42 16 22 504 54 104
Binary 11010010 10001010 10110101 0 100010 1110 10010 101000100 101100 1000100

Color Harmonies of #D28AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28AB5

Black with #D28AB5

Text Example


Text Example

White with #D28AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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