Html Css Color HEX #D494BA Lily

📋 copy color: '#D494BA'

red 212 ◦ green 148 ◦ blue 186

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

Shades of Lily #D494BA

Tints of Lily #D494BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.07%

R = 38.83%
G = 27.11%
B = 34.07%

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

#D494BA (or 0xD494BA) is known color: Lily. HEX triplet: D4, 94 and BA. RGB value is (212,148,186). Sum of RGB (Red+Green+Blue) = 212+148+186=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D494BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494BA is #2B6B45. Grayscale: #ABABAB. Windows color (decimal): -2845510 or 12227796. OLE color: 12227796.

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

Color convert

RGB 212 148 186 -
CMYK 0 0.30 0.12 0.17
HSL 324.38º 0.43% 0.71% -
HSV(B) 324.38º 0.3% 0.83% -
XYZ 46.6 38.72 51.47 -
YUV 171.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 212 148 186 0 0.30 0.12 0.17 324.38 0.43 0.71
Hex D4 94 BA 0 1E C 11 144 2B 47
Octal 324 224 272 0 36 14 21 504 53 107
Binary 11010100 10010100 10111010 0 11110 1100 10001 101000100 101011 1000111

Color Harmonies of #D494BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494BA

Black with #D494BA

Text Example


Text Example

White with #D494BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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