Html Css Color HEX #D081BC Lily

📋 copy color: '#D081BC'

red 208 ◦ green 129 ◦ blue 188

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

Shades of Lily #D081BC

Tints of Lily #D081BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.81%

R = 39.62%
G = 24.57%
B = 35.81%

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

#D081BC (or 0xD081BC) is known color: Lily. HEX triplet: D0, 81 and BC. RGB value is (208,129,188). Sum of RGB (Red+Green+Blue) = 208+129+188=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D081BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081BC is #2F7E43. Grayscale: #9F9F9F. Windows color (decimal): -3112516 or 12354000. OLE color: 12354000.

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

Color convert

RGB 208 129 188 -
CMYK 0 0.38 0.10 0.18
HSL 315.19º 0.46% 0.66% -
HSV(B) 315.19º 0.38% 0.82% -
XYZ 42.94 32.74 51.63 -
YUV 159.35 144.17 162.7 -
System Red Green Blue C M Y K H S L
Decimal 208 129 188 0 0.38 0.10 0.18 315.19 0.46 0.66
Hex D0 81 BC 0 26 A 12 13B 2E 42
Octal 320 201 274 0 46 12 22 473 56 102
Binary 11010000 10000001 10111100 0 100110 1010 10010 100111011 101110 1000010

Color Harmonies of #D081BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081BC

Black with #D081BC

Text Example


Text Example

White with #D081BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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