Html Css Color HEX #D196BA Lily

📋 copy color: '#D196BA'

red 209 ◦ green 150 ◦ blue 186

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

Shades of Lily #D196BA

Tints of Lily #D196BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.52%

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

R = 38.35%
G = 27.52%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D196BA (or 0xD196BA) is known color: Lily. HEX triplet: D1, 96 and BA. RGB value is (209,150,186). Sum of RGB (Red+Green+Blue) = 209+150+186=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D196BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196BA is #2E6945. Grayscale: #ABABAB. Windows color (decimal): -3041606 or 12228305. OLE color: 12228305.

HSL color Cylindrical-coordinate representation of color #D196BA: hue angle of 323.39º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D196BA is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 150 186 -
CMYK 0 0.28 0.11 0.18
HSL 323.39º 0.39% 0.7% -
HSV(B) 323.39º 0.28% 0.82% -
XYZ 46.06 38.91 51.54 -
YUV 171.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 209 150 186 0 0.28 0.11 0.18 323.39 0.39 0.7
Hex D1 96 BA 0 1C B 12 143 27 46
Octal 321 226 272 0 34 13 22 503 47 106
Binary 11010001 10010110 10111010 0 11100 1011 10010 101000011 100111 1000110

Color Harmonies of #D196BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196BA

Black with #D196BA

Text Example


Text Example

White with #D196BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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