Html Css Color HEX #D08FB0 Lily

📋 copy color: '#D08FB0'

red 208 ◦ green 143 ◦ blue 176

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

Shades of Lily #D08FB0

Tints of Lily #D08FB0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.13%

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

R = 39.47%
G = 27.13%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D08FB0 (or 0xD08FB0) is known color: Lily. HEX triplet: D0, 8F and B0. RGB value is (208,143,176). Sum of RGB (Red+Green+Blue) = 208+143+176=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08FB0 is #2F704F. Grayscale: #A6A6A6. Windows color (decimal): -3108944 or 11571152. OLE color: 11571152.

HSL color Cylindrical-coordinate representation of color #D08FB0: hue angle of 329.54º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D08FB0 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 143 176 -
CMYK 0 0.31 0.15 0.18
HSL 329.54º 0.41% 0.69% -
HSV(B) 329.54º 0.31% 0.82% -
XYZ 43.67 36.19 45.76 -
YUV 166.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 208 143 176 0 0.31 0.15 0.18 329.54 0.41 0.69
Hex D0 8F B0 0 1F F 12 14A 29 45
Octal 320 217 260 0 37 17 22 512 51 105
Binary 11010000 10001111 10110000 0 11111 1111 10010 101001010 101001 1000101

Color Harmonies of #D08FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FB0

Black with #D08FB0

Text Example


Text Example

White with #D08FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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