Html Css Color HEX #D08FB4 Lily

📋 copy color: '#D08FB4'

red 208 ◦ green 143 ◦ blue 180

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

Shades of Lily #D08FB4

Tints of Lily #D08FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.9%

R = 39.17%
G = 26.93%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D08FB4 (or 0xD08FB4) is known color: Lily. HEX triplet: D0, 8F and B4. RGB value is (208,143,180). Sum of RGB (Red+Green+Blue) = 208+143+180=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FB4 is #2F704B. Grayscale: #A6A6A6. Windows color (decimal): -3108940 or 11833296. OLE color: 11833296.

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

Color convert

RGB 208 143 180 -
CMYK 0 0.31 0.13 0.18
HSL 325.85º 0.41% 0.69% -
HSV(B) 325.85º 0.31% 0.82% -
XYZ 44.07 36.35 47.87 -
YUV 166.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 208 143 180 0 0.31 0.13 0.18 325.85 0.41 0.69
Hex D0 8F B4 0 1F D 12 146 29 45
Octal 320 217 264 0 37 15 22 506 51 105
Binary 11010000 10001111 10110100 0 11111 1101 10010 101000110 101001 1000101

Color Harmonies of #D08FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FB4

Black with #D08FB4

Text Example


Text Example

White with #D08FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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