Html Css Color HEX #D494BB Lily

📋 copy color: '#D494BB'

red 212 ◦ green 148 ◦ blue 187

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

Shades of Lily #D494BB

Tints of Lily #D494BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.06%

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

R = 38.76%
G = 27.06%
B = 34.19%

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

#D494BB (or 0xD494BB) is known color: Lily. HEX triplet: D4, 94 and BB. RGB value is (212,148,187). Sum of RGB (Red+Green+Blue) = 212+148+187=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D494BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494BB is #2B6B44. Grayscale: #ABABAB. Windows color (decimal): -2845509 or 12293332. OLE color: 12293332.

HSL color Cylindrical-coordinate representation of color #D494BB: hue angle of 323.44º degrees, saturation: 0.43, 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 #D494BB is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 187 -
CMYK 0 0.30 0.12 0.17
HSL 323.44º 0.43% 0.71% -
HSV(B) 323.44º 0.3% 0.83% -
XYZ 46.71 38.76 52.03 -
YUV 171.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 212 148 187 0 0.30 0.12 0.17 323.44 0.43 0.71
Hex D4 94 BB 0 1E C 11 143 2B 47
Octal 324 224 273 0 36 14 21 503 53 107
Binary 11010100 10010100 10111011 0 11110 1100 10001 101000011 101011 1000111

Color Harmonies of #D494BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494BB

Black with #D494BB

Text Example


Text Example

White with #D494BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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