Html Css Color HEX #D196B7 Lily

📋 copy color: '#D196B7'

red 209 ◦ green 150 ◦ blue 183

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

Shades of Lily #D196B7

Tints of Lily #D196B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.76%

R = 38.56%
G = 27.68%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D196B7 (or 0xD196B7) is known color: Lily. HEX triplet: D1, 96 and B7. RGB value is (209,150,183). Sum of RGB (Red+Green+Blue) = 209+150+183=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D196B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D196B7 is #2E6948. Grayscale: #ABABAB. Windows color (decimal): -3041609 or 12031697. OLE color: 12031697.

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

Color convert

RGB 209 150 183 -
CMYK 0 0.28 0.12 0.18
HSL 326.44º 0.39% 0.7% -
HSV(B) 326.44º 0.28% 0.82% -
XYZ 45.75 38.79 49.88 -
YUV 171.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 209 150 183 0 0.28 0.12 0.18 326.44 0.39 0.7
Hex D1 96 B7 0 1C C 12 146 27 46
Octal 321 226 267 0 34 14 22 506 47 106
Binary 11010001 10010110 10110111 0 11100 1100 10010 101000110 100111 1000110

Color Harmonies of #D196B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D196B7

Black with #D196B7

Text Example


Text Example

White with #D196B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D196B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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