Html Css Color HEX #D495BB Lily

📋 copy color: '#D495BB'

red 212 ◦ green 149 ◦ blue 187

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

Shades of Lily #D495BB

Tints of Lily #D495BB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.19%

 BLUE value IS 187 (73.44% from 255) = 34.12%

R = 38.69%
G = 27.19%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D495BB (or 0xD495BB) is known color: Lily. HEX triplet: D4, 95 and BB. RGB value is (212,149,187). Sum of RGB (Red+Green+Blue) = 212+149+187=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D495BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495BB is #2B6A44. Grayscale: #ACACAC. Windows color (decimal): -2845253 or 12293588. OLE color: 12293588.

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

Color convert

RGB 212 149 187 -
CMYK 0 0.30 0.12 0.17
HSL 323.81º 0.42% 0.71% -
HSV(B) 323.81º 0.3% 0.83% -
XYZ 46.87 39.08 52.09 -
YUV 172.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 212 149 187 0 0.30 0.12 0.17 323.81 0.42 0.71
Hex D4 95 BB 0 1E C 11 144 2A 47
Octal 324 225 273 0 36 14 21 504 52 107
Binary 11010100 10010101 10111011 0 11110 1100 10001 101000100 101010 1000111

Color Harmonies of #D495BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495BB

Black with #D495BB

Text Example


Text Example

White with #D495BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495BB; }

 p { color: rgb(212,149,187); }

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

background-color css

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

 a { background-color: rgb(212,149,187); }

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

border-color css

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

 span { border-color: rgb(212,149,187); }

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