Html Css Color HEX #D082BB Lily

📋 copy color: '#D082BB'

red 208 ◦ green 130 ◦ blue 187

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

Shades of Lily #D082BB

Tints of Lily #D082BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.76%

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

R = 39.62%
G = 24.76%
B = 35.62%

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

#D082BB (or 0xD082BB) is known color: Lily. HEX triplet: D0, 82 and BB. RGB value is (208,130,187). Sum of RGB (Red+Green+Blue) = 208+130+187=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D082BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082BB is #2F7D44. Grayscale: #9F9F9F. Windows color (decimal): -3112261 or 12288720. OLE color: 12288720.

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

Color convert

RGB 208 130 187 -
CMYK 0 0.38 0.10 0.18
HSL 316.15º 0.45% 0.66% -
HSV(B) 316.15º 0.38% 0.82% -
XYZ 42.96 32.96 51.11 -
YUV 159.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 208 130 187 0 0.38 0.10 0.18 316.15 0.45 0.66
Hex D0 82 BB 0 26 A 12 13C 2D 42
Octal 320 202 273 0 46 12 22 474 55 102
Binary 11010000 10000010 10111011 0 100110 1010 10010 100111100 101101 1000010

Color Harmonies of #D082BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082BB

Black with #D082BB

Text Example


Text Example

White with #D082BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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