Html Css Color HEX #D182BA Lily

📋 copy color: '#D182BA'

red 209 ◦ green 130 ◦ blue 186

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

Shades of Lily #D182BA

Tints of Lily #D182BA

RGB

 RED value IS 209 (82.03% from 255) = 39.81%

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

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 39.81%
G = 24.76%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D182BA (or 0xD182BA) is known color: Lily. HEX triplet: D1, 82 and BA. RGB value is (209,130,186). Sum of RGB (Red+Green+Blue) = 209+130+186=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D182BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182BA is #2E7D45. Grayscale: #9F9F9F. Windows color (decimal): -3046726 or 12223185. OLE color: 12223185.

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

Color convert

RGB 209 130 186 -
CMYK 0 0.38 0.11 0.18
HSL 317.47º 0.46% 0.66% -
HSV(B) 317.47º 0.38% 0.82% -
XYZ 43.14 33.07 50.56 -
YUV 160.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 209 130 186 0 0.38 0.11 0.18 317.47 0.46 0.66
Hex D1 82 BA 0 26 B 12 13D 2E 42
Octal 321 202 272 0 46 13 22 475 56 102
Binary 11010001 10000010 10111010 0 100110 1011 10010 100111101 101110 1000010

Color Harmonies of #D182BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D182BA

Black with #D182BA

Text Example


Text Example

White with #D182BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D182BA; }

 p { color: rgb(209,130,186); }

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

background-color css

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

 a { background-color: rgb(209,130,186); }

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

border-color css

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

 span { border-color: rgb(209,130,186); }

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