Html Css Color HEX #D08DBE Lily

📋 copy color: '#D08DBE'

red 208 ◦ green 141 ◦ blue 190

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

Shades of Lily #D08DBE

Tints of Lily #D08DBE

RGB

 RED value IS 208 (81.64% from 255) = 38.59%

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

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 38.59%
G = 26.16%
B = 35.25%

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

#D08DBE (or 0xD08DBE) is known color: Lily. HEX triplet: D0, 8D and BE. RGB value is (208,141,190). Sum of RGB (Red+Green+Blue) = 208+141+190=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08DBE is #2F7241. Grayscale: #A6A6A6. Windows color (decimal): -3109442 or 12488144. OLE color: 12488144.

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

Color convert

RGB 208 141 190 -
CMYK 0 0.32 0.09 0.18
HSL 316.12º 0.42% 0.68% -
HSV(B) 316.12º 0.32% 0.82% -
XYZ 44.83 36.18 53.34 -
YUV 166.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 208 141 190 0 0.32 0.09 0.18 316.12 0.42 0.68
Hex D0 8D BE 0 20 9 12 13C 2A 44
Octal 320 215 276 0 40 11 22 474 52 104
Binary 11010000 10001101 10111110 0 100000 1001 10010 100111100 101010 1000100

Color Harmonies of #D08DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DBE

Black with #D08DBE

Text Example


Text Example

White with #D08DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DBE; }

 p { color: rgb(208,141,190); }

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

background-color css

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

 a { background-color: rgb(208,141,190); }

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

border-color css

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

 span { border-color: rgb(208,141,190); }

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