Html Css Color HEX #D081B0 Lily

📋 copy color: '#D081B0'

red 208 ◦ green 129 ◦ blue 176

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

Shades of Lily #D081B0

Tints of Lily #D081B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.31%

R = 40.55%
G = 25.15%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D081B0 (or 0xD081B0) is known color: Lily. HEX triplet: D0, 81 and B0. RGB value is (208,129,176). Sum of RGB (Red+Green+Blue) = 208+129+176=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D081B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D081B0 is #2F7E4F. Grayscale: #9D9D9D. Windows color (decimal): -3112528 or 11567568. OLE color: 11567568.

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

Color convert

RGB 208 129 176 -
CMYK 0 0.38 0.15 0.18
HSL 324.3º 0.46% 0.66% -
HSV(B) 324.3º 0.38% 0.82% -
XYZ 41.7 32.25 45.1 -
YUV 157.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 208 129 176 0 0.38 0.15 0.18 324.3 0.46 0.66
Hex D0 81 B0 0 26 F 12 144 2E 42
Octal 320 201 260 0 46 17 22 504 56 102
Binary 11010000 10000001 10110000 0 100110 1111 10010 101000100 101110 1000010

Color Harmonies of #D081B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081B0

Black with #D081B0

Text Example


Text Example

White with #D081B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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