Html Css Color HEX #D28BBF Lily

📋 copy color: '#D28BBF'

red 210 ◦ green 139 ◦ blue 191

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

Shades of Lily #D28BBF

Tints of Lily #D28BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.74%

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

R = 38.89%
G = 25.74%
B = 35.37%

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

#D28BBF (or 0xD28BBF) is known color: Lily. HEX triplet: D2, 8B and BF. RGB value is (210,139,191). Sum of RGB (Red+Green+Blue) = 210+139+191=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D28BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BBF is #2D7440. Grayscale: #A6A6A6. Windows color (decimal): -2978881 or 12553170. OLE color: 12553170.

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

Color convert

RGB 210 139 191 -
CMYK 0 0.34 0.09 0.18
HSL 316.06º 0.44% 0.68% -
HSV(B) 316.06º 0.34% 0.82% -
XYZ 45.21 35.93 53.84 -
YUV 166.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 210 139 191 0 0.34 0.09 0.18 316.06 0.44 0.68
Hex D2 8B BF 0 22 9 12 13C 2C 44
Octal 322 213 277 0 42 11 22 474 54 104
Binary 11010010 10001011 10111111 0 100010 1001 10010 100111100 101100 1000100

Color Harmonies of #D28BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28BBF

Black with #D28BBF

Text Example


Text Example

White with #D28BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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