Html Css Color HEX #D28DBF Lily

📋 copy color: '#D28DBF'

red 210 ◦ green 141 ◦ blue 191

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

Shades of Lily #D28DBF

Tints of Lily #D28DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.01%

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

R = 38.75%
G = 26.01%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D28DBF (or 0xD28DBF) is known color: Lily. HEX triplet: D2, 8D and BF. RGB value is (210,141,191). Sum of RGB (Red+Green+Blue) = 210+141+191=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DBF is #2D7240. Grayscale: #A7A7A7. Windows color (decimal): -2978369 or 12553682. OLE color: 12553682.

HSL color Cylindrical-coordinate representation of color #D28DBF: hue angle of 316.52º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28DBF is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 141 191 -
CMYK 0 0.33 0.09 0.18
HSL 316.52º 0.43% 0.69% -
HSV(B) 316.52º 0.33% 0.82% -
XYZ 45.51 36.51 53.94 -
YUV 167.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 210 141 191 0 0.33 0.09 0.18 316.52 0.43 0.69
Hex D2 8D BF 0 21 9 12 13D 2B 45
Octal 322 215 277 0 41 11 22 475 53 105
Binary 11010010 10001101 10111111 0 100001 1001 10010 100111101 101011 1000101

Color Harmonies of #D28DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28DBF

Black with #D28DBF

Text Example


Text Example

White with #D28DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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