Html Css Color HEX #D08FB2 Lily

📋 copy color: '#D08FB2'

red 208 ◦ green 143 ◦ blue 178

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

Shades of Lily #D08FB2

Tints of Lily #D08FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 39.32%
G = 27.03%
B = 33.65%

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

#D08FB2 (or 0xD08FB2) is known color: Lily. HEX triplet: D0, 8F and B2. RGB value is (208,143,178). Sum of RGB (Red+Green+Blue) = 208+143+178=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08FB2 is #2F704D. Grayscale: #A6A6A6. Windows color (decimal): -3108942 or 11702224. OLE color: 11702224.

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

Color convert

RGB 208 143 178 -
CMYK 0 0.31 0.14 0.18
HSL 327.69º 0.41% 0.69% -
HSV(B) 327.69º 0.31% 0.82% -
XYZ 43.87 36.27 46.81 -
YUV 166.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 208 143 178 0 0.31 0.14 0.18 327.69 0.41 0.69
Hex D0 8F B2 0 1F E 12 148 29 45
Octal 320 217 262 0 37 16 22 510 51 105
Binary 11010000 10001111 10110010 0 11111 1110 10010 101001000 101001 1000101

Color Harmonies of #D08FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FB2

Black with #D08FB2

Text Example


Text Example

White with #D08FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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