Html Css Color HEX #D081BB Lily

📋 copy color: '#D081BB'

red 208 ◦ green 129 ◦ blue 187

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

Shades of Lily #D081BB

Tints of Lily #D081BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.62%

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 39.69%
G = 24.62%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D081BB (or 0xD081BB) is known color: Lily. HEX triplet: D0, 81 and BB. RGB value is (208,129,187). Sum of RGB (Red+Green+Blue) = 208+129+187=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D081BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081BB is #2F7E44. Grayscale: #9F9F9F. Windows color (decimal): -3112517 or 12288464. OLE color: 12288464.

HSL color Cylindrical-coordinate representation of color #D081BB: hue angle of 315.95º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D081BB is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 187 -
CMYK 0 0.38 0.10 0.18
HSL 315.95º 0.46% 0.66% -
HSV(B) 315.95º 0.38% 0.82% -
XYZ 42.83 32.7 51.07 -
YUV 159.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 208 129 187 0 0.38 0.10 0.18 315.95 0.46 0.66
Hex D0 81 BB 0 26 A 12 13C 2E 42
Octal 320 201 273 0 46 12 22 474 56 102
Binary 11010000 10000001 10111011 0 100110 1010 10010 100111100 101110 1000010

Color Harmonies of #D081BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081BB

Black with #D081BB

Text Example


Text Example

White with #D081BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081BB; }

 p { color: rgb(208,129,187); }

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

background-color css

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

 a { background-color: rgb(208,129,187); }

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

border-color css

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

 span { border-color: rgb(208,129,187); }

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