Html Css Color HEX #D182BC Lily

📋 copy color: '#D182BC'

red 209 ◦ green 130 ◦ blue 188

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

Shades of Lily #D182BC

Tints of Lily #D182BC

RGB

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

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

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

R = 39.66%
G = 24.67%
B = 35.67%

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

#D182BC (or 0xD182BC) is known color: Lily. HEX triplet: D1, 82 and BC. RGB value is (209,130,188). Sum of RGB (Red+Green+Blue) = 209+130+188=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D182BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182BC is #2E7D43. Grayscale: #A0A0A0. Windows color (decimal): -3046724 or 12354257. OLE color: 12354257.

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

Color convert

RGB 209 130 188 -
CMYK 0 0.38 0.10 0.18
HSL 315.95º 0.46% 0.66% -
HSV(B) 315.95º 0.38% 0.82% -
XYZ 43.35 33.15 51.69 -
YUV 160.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 209 130 188 0 0.38 0.10 0.18 315.95 0.46 0.66
Hex D1 82 BC 0 26 A 12 13C 2E 42
Octal 321 202 274 0 46 12 22 474 56 102
Binary 11010001 10000010 10111100 0 100110 1010 10010 100111100 101110 1000010

Color Harmonies of #D182BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D182BC

Black with #D182BC

Text Example


Text Example

White with #D182BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D182BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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