Html Css Color HEX #D08BB2 Lily

📋 copy color: '#D08BB2'

red 208 ◦ green 139 ◦ blue 178

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

Shades of Lily #D08BB2

Tints of Lily #D08BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.9%

R = 39.62%
G = 26.48%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D08BB2 (or 0xD08BB2) is known color: Lily. HEX triplet: D0, 8B and B2. RGB value is (208,139,178). Sum of RGB (Red+Green+Blue) = 208+139+178=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 178 (69.92% from 255 or 33.90% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D08BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08BB2 is #2F744D. Grayscale: #A3A3A3. Windows color (decimal): -3109966 or 11701200. OLE color: 11701200.

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

Color convert

RGB 208 139 178 -
CMYK 0 0.33 0.14 0.18
HSL 326.09º 0.42% 0.68% -
HSV(B) 326.09º 0.33% 0.82% -
XYZ 43.28 35.09 46.61 -
YUV 164.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 208 139 178 0 0.33 0.14 0.18 326.09 0.42 0.68
Hex D0 8B B2 0 21 E 12 146 2A 44
Octal 320 213 262 0 41 16 22 506 52 104
Binary 11010000 10001011 10110010 0 100001 1110 10010 101000110 101010 1000100

Color Harmonies of #D08BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08BB2

Black with #D08BB2

Text Example


Text Example

White with #D08BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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