Html Css Color HEX #D28FBF Lily

📋 copy color: '#D28FBF'

red 210 ◦ green 143 ◦ blue 191

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

Shades of Lily #D28FBF

Tints of Lily #D28FBF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.29%

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

R = 38.6%
G = 26.29%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D28FBF (or 0xD28FBF) is known color: Lily. HEX triplet: D2, 8F and BF. RGB value is (210,143,191). Sum of RGB (Red+Green+Blue) = 210+143+191=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D28FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FBF is #2D7040. Grayscale: #A8A8A8. Windows color (decimal): -2977857 or 12554194. OLE color: 12554194.

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

Color convert

RGB 210 143 191 -
CMYK 0 0.32 0.09 0.18
HSL 317.01º 0.43% 0.69% -
HSV(B) 317.01º 0.32% 0.82% -
XYZ 45.8 37.11 54.04 -
YUV 168.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 210 143 191 0 0.32 0.09 0.18 317.01 0.43 0.69
Hex D2 8F BF 0 20 9 12 13D 2B 45
Octal 322 217 277 0 40 11 22 475 53 105
Binary 11010010 10001111 10111111 0 100000 1001 10010 100111101 101011 1000101

Color Harmonies of #D28FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28FBF

Black with #D28FBF

Text Example


Text Example

White with #D28FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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