Html Css Color HEX #D182B1 Lily

📋 copy color: '#D182B1'

red 209 ◦ green 130 ◦ blue 177

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

Shades of Lily #D182B1

Tints of Lily #D182B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.3%

R = 40.5%
G = 25.19%
B = 34.3%

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

#D182B1 (or 0xD182B1) is known color: Lily. HEX triplet: D1, 82 and B1. RGB value is (209,130,177). Sum of RGB (Red+Green+Blue) = 209+130+177=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D182B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D182B1 is #2E7D4E. Grayscale: #9E9E9E. Windows color (decimal): -3046735 or 11633361. OLE color: 11633361.

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

Color convert

RGB 209 130 177 -
CMYK 0 0.38 0.15 0.18
HSL 324.3º 0.46% 0.66% -
HSV(B) 324.3º 0.38% 0.82% -
XYZ 42.21 32.69 45.68 -
YUV 158.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 209 130 177 0 0.38 0.15 0.18 324.3 0.46 0.66
Hex D1 82 B1 0 26 F 12 144 2E 42
Octal 321 202 261 0 46 17 22 504 56 102
Binary 11010001 10000010 10110001 0 100110 1111 10010 101000100 101110 1000010

Color Harmonies of #D182B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D182B1

Black with #D182B1

Text Example


Text Example

White with #D182B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D182B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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