Html Css Color HEX #D08BBE Lily

📋 copy color: '#D08BBE'

red 208 ◦ green 139 ◦ blue 190

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

Shades of Lily #D08BBE

Tints of Lily #D08BBE

RGB

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

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

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

R = 38.73%
G = 25.88%
B = 35.38%

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

#D08BBE (or 0xD08BBE) is known color: Lily. HEX triplet: D0, 8B and BE. RGB value is (208,139,190). Sum of RGB (Red+Green+Blue) = 208+139+190=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D08BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BBE is #2F7441. Grayscale: #A5A5A5. Windows color (decimal): -3109954 or 12487632. OLE color: 12487632.

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

Color convert

RGB 208 139 190 -
CMYK 0 0.33 0.09 0.18
HSL 315.65º 0.42% 0.68% -
HSV(B) 315.65º 0.33% 0.82% -
XYZ 44.54 35.59 53.24 -
YUV 165.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 208 139 190 0 0.33 0.09 0.18 315.65 0.42 0.68
Hex D0 8B BE 0 21 9 12 13C 2A 44
Octal 320 213 276 0 41 11 22 474 52 104
Binary 11010000 10001011 10111110 0 100001 1001 10010 100111100 101010 1000100

Color Harmonies of #D08BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08BBE

Black with #D08BBE

Text Example


Text Example

White with #D08BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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