Html Css Color HEX #D494C0 Lily

📋 copy color: '#D494C0'

red 212 ◦ green 148 ◦ blue 192

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

Shades of Lily #D494C0

Tints of Lily #D494C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.78%

R = 38.41%
G = 26.81%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D494C0 (or 0xD494C0) is known color: Lily. HEX triplet: D4, 94 and C0. RGB value is (212,148,192). Sum of RGB (Red+Green+Blue) = 212+148+192=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D494C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494C0 is #2B6B3F. Grayscale: #ACACAC. Windows color (decimal): -2845504 or 12621012. OLE color: 12621012.

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

Color convert

RGB 212 148 192 -
CMYK 0 0.30 0.09 0.17
HSL 318.75º 0.43% 0.71% -
HSV(B) 318.75º 0.3% 0.83% -
XYZ 47.26 38.98 54.9 -
YUV 172.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 212 148 192 0 0.30 0.09 0.17 318.75 0.43 0.71
Hex D4 94 C0 0 1E 9 11 13F 2B 47
Octal 324 224 300 0 36 11 21 477 53 107
Binary 11010100 10010100 11000000 0 11110 1001 10001 100111111 101011 1000111

Color Harmonies of #D494C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494C0

Black with #D494C0

Text Example


Text Example

White with #D494C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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