Html Css Color HEX #D495C0 Lily

📋 copy color: '#D495C0'

red 212 ◦ green 149 ◦ blue 192

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

Shades of Lily #D495C0

Tints of Lily #D495C0

RGB

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

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

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

R = 38.34%
G = 26.94%
B = 34.72%

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

#D495C0 (or 0xD495C0) is known color: Lily. HEX triplet: D4, 95 and C0. RGB value is (212,149,192). Sum of RGB (Red+Green+Blue) = 212+149+192=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 212 - color contains mainly: red. Hex color #D495C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495C0 is #2B6A3F. Grayscale: #ACACAC. Windows color (decimal): -2845248 or 12621268. OLE color: 12621268.

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

Color convert

RGB 212 149 192 -
CMYK 0 0.30 0.09 0.17
HSL 319.05º 0.42% 0.71% -
HSV(B) 319.05º 0.3% 0.83% -
XYZ 47.41 39.3 54.96 -
YUV 172.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 212 149 192 0 0.30 0.09 0.17 319.05 0.42 0.71
Hex D4 95 C0 0 1E 9 11 13F 2A 47
Octal 324 225 300 0 36 11 21 477 52 107
Binary 11010100 10010101 11000000 0 11110 1001 10001 100111111 101010 1000111

Color Harmonies of #D495C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495C0

Black with #D495C0

Text Example


Text Example

White with #D495C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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