Html Css Color HEX #D08FB3 Lily

📋 copy color: '#D08FB3'

red 208 ◦ green 143 ◦ blue 179

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

Shades of Lily #D08FB3

Tints of Lily #D08FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.77%

R = 39.25%
G = 26.98%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D08FB3 (or 0xD08FB3) is known color: Lily. HEX triplet: D0, 8F and B3. RGB value is (208,143,179). Sum of RGB (Red+Green+Blue) = 208+143+179=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FB3 is #2F704C. Grayscale: #A6A6A6. Windows color (decimal): -3108941 or 11767760. OLE color: 11767760.

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

Color convert

RGB 208 143 179 -
CMYK 0 0.31 0.14 0.18
HSL 326.77º 0.41% 0.69% -
HSV(B) 326.77º 0.31% 0.82% -
XYZ 43.97 36.31 47.34 -
YUV 166.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 208 143 179 0 0.31 0.14 0.18 326.77 0.41 0.69
Hex D0 8F B3 0 1F E 12 147 29 45
Octal 320 217 263 0 37 16 22 507 51 105
Binary 11010000 10001111 10110011 0 11111 1110 10010 101000111 101001 1000101

Color Harmonies of #D08FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FB3

Black with #D08FB3

Text Example


Text Example

White with #D08FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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