Html Css Color HEX #D08DB0 Lily

📋 copy color: '#D08DB0'

red 208 ◦ green 141 ◦ blue 176

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

Shades of Lily #D08DB0

Tints of Lily #D08DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.52%

R = 39.62%
G = 26.86%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D08DB0 (or 0xD08DB0) is known color: Lily. HEX triplet: D0, 8D and B0. RGB value is (208,141,176). Sum of RGB (Red+Green+Blue) = 208+141+176=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08DB0 is #2F724F. Grayscale: #A4A4A4. Windows color (decimal): -3109456 or 11570640. OLE color: 11570640.

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

Color convert

RGB 208 141 176 -
CMYK 0 0.32 0.15 0.18
HSL 328.66º 0.42% 0.68% -
HSV(B) 328.66º 0.32% 0.82% -
XYZ 43.37 35.59 45.66 -
YUV 165.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 208 141 176 0 0.32 0.15 0.18 328.66 0.42 0.68
Hex D0 8D B0 0 20 F 12 149 2A 44
Octal 320 215 260 0 40 17 22 511 52 104
Binary 11010000 10001101 10110000 0 100000 1111 10010 101001001 101010 1000100

Color Harmonies of #D08DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DB0

Black with #D08DB0

Text Example


Text Example

White with #D08DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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