Html Css Color HEX #D08FB7 Lily

📋 copy color: '#D08FB7'

red 208 ◦ green 143 ◦ blue 183

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

Shades of Lily #D08FB7

Tints of Lily #D08FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.27%

R = 38.95%
G = 26.78%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D08FB7 (or 0xD08FB7) is known color: Lily. HEX triplet: D0, 8F and B7. RGB value is (208,143,183). Sum of RGB (Red+Green+Blue) = 208+143+183=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 183 (71.88% from 255 or 34.27% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FB7 is #2F7048. Grayscale: #A6A6A6. Windows color (decimal): -3108937 or 12029904. OLE color: 12029904.

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

Color convert

RGB 208 143 183 -
CMYK 0 0.31 0.12 0.18
HSL 323.08º 0.41% 0.69% -
HSV(B) 323.08º 0.31% 0.82% -
XYZ 44.38 36.47 49.5 -
YUV 167 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 208 143 183 0 0.31 0.12 0.18 323.08 0.41 0.69
Hex D0 8F B7 0 1F C 12 143 29 45
Octal 320 217 267 0 37 14 22 503 51 105
Binary 11010000 10001111 10110111 0 11111 1100 10010 101000011 101001 1000101

Color Harmonies of #D08FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FB7

Black with #D08FB7

Text Example


Text Example

White with #D08FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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