Html Css Color HEX #D496BF Lily

📋 copy color: '#D496BF'

red 212 ◦ green 150 ◦ blue 191

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

Shades of Lily #D496BF

Tints of Lily #D496BF

RGB

 RED value IS 212 (83.2% from 255) = 38.34%

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

 BLUE value IS 191 (75% from 255) = 34.54%

R = 38.34%
G = 27.12%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D496BF (or 0xD496BF) is known color: Lily. HEX triplet: D4, 96 and BF. RGB value is (212,150,191). Sum of RGB (Red+Green+Blue) = 212+150+191=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D496BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496BF is #2B6940. Grayscale: #ADADAD. Windows color (decimal): -2844993 or 12555988. OLE color: 12555988.

HSL color Cylindrical-coordinate representation of color #D496BF: hue angle of 320.32º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D496BF is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 150 191 -
CMYK 0 0.29 0.10 0.17
HSL 320.32º 0.42% 0.71% -
HSV(B) 320.32º 0.29% 0.83% -
XYZ 47.46 39.57 54.43 -
YUV 173.21 138.04 155.67 -
System Red Green Blue C M Y K H S L
Decimal 212 150 191 0 0.29 0.10 0.17 320.32 0.42 0.71
Hex D4 96 BF 0 1D A 11 140 2A 47
Octal 324 226 277 0 35 12 21 500 52 107
Binary 11010100 10010110 10111111 0 11101 1010 10001 101000000 101010 1000111

Color Harmonies of #D496BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D496BF

Black with #D496BF

Text Example


Text Example

White with #D496BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D496BF; }

 p { color: rgb(212,150,191); }

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

background-color css

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

 a { background-color: rgb(212,150,191); }

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

border-color css

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

 span { border-color: rgb(212,150,191); }

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