Html Css Color HEX #D496B9 Lily

📋 copy color: '#D496B9'

red 212 ◦ green 150 ◦ blue 185

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

Shades of Lily #D496B9

Tints of Lily #D496B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.82%

R = 38.76%
G = 27.42%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D496B9 (or 0xD496B9) is known color: Lily. HEX triplet: D4, 96 and B9. RGB value is (212,150,185). Sum of RGB (Red+Green+Blue) = 212+150+185=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D496B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D496B9 is #2B6946. Grayscale: #ACACAC. Windows color (decimal): -2844999 or 12162772. OLE color: 12162772.

HSL color Cylindrical-coordinate representation of color #D496B9: hue angle of 326.13º 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 #D496B9 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 150 185 -
CMYK 0 0.29 0.13 0.17
HSL 326.13º 0.42% 0.71% -
HSV(B) 326.13º 0.29% 0.83% -
XYZ 46.81 39.31 51.02 -
YUV 172.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 212 150 185 0 0.29 0.13 0.17 326.13 0.42 0.71
Hex D4 96 B9 0 1D D 11 146 2A 47
Octal 324 226 271 0 35 15 21 506 52 107
Binary 11010100 10010110 10111001 0 11101 1101 10001 101000110 101010 1000111

Color Harmonies of #D496B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D496B9

Black with #D496B9

Text Example


Text Example

White with #D496B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D496B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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