Html Css Color HEX #D28ABF Lily

📋 copy color: '#D28ABF'

red 210 ◦ green 138 ◦ blue 191

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

Shades of Lily #D28ABF

Tints of Lily #D28ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.44%

R = 38.96%
G = 25.6%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D28ABF (or 0xD28ABF) is known color: Lily. HEX triplet: D2, 8A and BF. RGB value is (210,138,191). Sum of RGB (Red+Green+Blue) = 210+138+191=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D28ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ABF is #2D7540. Grayscale: #A5A5A5. Windows color (decimal): -2979137 or 12552914. OLE color: 12552914.

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

Color convert

RGB 210 138 191 -
CMYK 0 0.34 0.09 0.18
HSL 315.83º 0.44% 0.68% -
HSV(B) 315.83º 0.34% 0.82% -
XYZ 45.07 35.64 53.79 -
YUV 165.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 210 138 191 0 0.34 0.09 0.18 315.83 0.44 0.68
Hex D2 8A BF 0 22 9 12 13C 2C 44
Octal 322 212 277 0 42 11 22 474 54 104
Binary 11010010 10001010 10111111 0 100010 1001 10010 100111100 101100 1000100

Color Harmonies of #D28ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28ABF

Black with #D28ABF

Text Example


Text Example

White with #D28ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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