Html Css Color HEX #D08FB8 Lily

📋 copy color: '#D08FB8'

red 208 ◦ green 143 ◦ blue 184

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

Shades of Lily #D08FB8

Tints of Lily #D08FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.39%

R = 38.88%
G = 26.73%
B = 34.39%

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

#D08FB8 (or 0xD08FB8) is known color: Lily. HEX triplet: D0, 8F and B8. RGB value is (208,143,184). Sum of RGB (Red+Green+Blue) = 208+143+184=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FB8 is #2F7047. Grayscale: #A7A7A7. Windows color (decimal): -3108936 or 12095440. OLE color: 12095440.

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

Color convert

RGB 208 143 184 -
CMYK 0 0.31 0.12 0.18
HSL 322.15º 0.41% 0.69% -
HSV(B) 322.15º 0.31% 0.82% -
XYZ 44.49 36.52 50.05 -
YUV 167.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 208 143 184 0 0.31 0.12 0.18 322.15 0.41 0.69
Hex D0 8F B8 0 1F C 12 142 29 45
Octal 320 217 270 0 37 14 22 502 51 105
Binary 11010000 10001111 10111000 0 11111 1100 10010 101000010 101001 1000101

Color Harmonies of #D08FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FB8

Black with #D08FB8

Text Example


Text Example

White with #D08FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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