Html Css Color HEX #D08BBB Lily

📋 copy color: '#D08BBB'

red 208 ◦ green 139 ◦ blue 187

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

Shades of Lily #D08BBB

Tints of Lily #D08BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.02%

R = 38.95%
G = 26.03%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D08BBB (or 0xD08BBB) is known color: Lily. HEX triplet: D0, 8B and BB. RGB value is (208,139,187). Sum of RGB (Red+Green+Blue) = 208+139+187=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D08BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08BBB is #2F7444. Grayscale: #A4A4A4. Windows color (decimal): -3109957 or 12291024. OLE color: 12291024.

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

Color convert

RGB 208 139 187 -
CMYK 0 0.33 0.10 0.18
HSL 318.26º 0.42% 0.68% -
HSV(B) 318.26º 0.33% 0.82% -
XYZ 44.21 35.46 51.53 -
YUV 165.1 140.36 158.6 -
System Red Green Blue C M Y K H S L
Decimal 208 139 187 0 0.33 0.10 0.18 318.26 0.42 0.68
Hex D0 8B BB 0 21 A 12 13E 2A 44
Octal 320 213 273 0 41 12 22 476 52 104
Binary 11010000 10001011 10111011 0 100001 1010 10010 100111110 101010 1000100

Color Harmonies of #D08BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08BBB

Black with #D08BBB

Text Example


Text Example

White with #D08BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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