Html Css Color HEX #D082BC Lily

📋 copy color: '#D082BC'

red 208 ◦ green 130 ◦ blue 188

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

Shades of Lily #D082BC

Tints of Lily #D082BC

RGB

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

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

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

R = 39.54%
G = 24.71%
B = 35.74%

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

#D082BC (or 0xD082BC) is known color: Lily. HEX triplet: D0, 82 and BC. RGB value is (208,130,188). Sum of RGB (Red+Green+Blue) = 208+130+188=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D082BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082BC is #2F7D43. Grayscale: #9F9F9F. Windows color (decimal): -3112260 or 12354256. OLE color: 12354256.

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

Color convert

RGB 208 130 188 -
CMYK 0 0.38 0.10 0.18
HSL 315.38º 0.45% 0.66% -
HSV(B) 315.38º 0.38% 0.82% -
XYZ 43.07 33.01 51.68 -
YUV 159.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 208 130 188 0 0.38 0.10 0.18 315.38 0.45 0.66
Hex D0 82 BC 0 26 A 12 13B 2D 42
Octal 320 202 274 0 46 12 22 473 55 102
Binary 11010000 10000010 10111100 0 100110 1010 10010 100111011 101101 1000010

Color Harmonies of #D082BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082BC

Black with #D082BC

Text Example


Text Example

White with #D082BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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