Html Css Color HEX #D495BA Lily

📋 copy color: '#D495BA'

red 212 ◦ green 149 ◦ blue 186

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

Shades of Lily #D495BA

Tints of Lily #D495BA

RGB

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

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

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

R = 38.76%
G = 27.24%
B = 34%

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

#D495BA (or 0xD495BA) is known color: Lily. HEX triplet: D4, 95 and BA. RGB value is (212,149,186). Sum of RGB (Red+Green+Blue) = 212+149+186=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D495BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495BA is #2B6A45. Grayscale: #ABABAB. Windows color (decimal): -2845254 or 12228052. OLE color: 12228052.

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

Color convert

RGB 212 149 186 -
CMYK 0 0.30 0.12 0.17
HSL 324.76º 0.42% 0.71% -
HSV(B) 324.76º 0.3% 0.83% -
XYZ 46.76 39.04 51.52 -
YUV 172.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 212 149 186 0 0.30 0.12 0.17 324.76 0.42 0.71
Hex D4 95 BA 0 1E C 11 145 2A 47
Octal 324 225 272 0 36 14 21 505 52 107
Binary 11010100 10010101 10111010 0 11110 1100 10001 101000101 101010 1000111

Color Harmonies of #D495BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495BA

Black with #D495BA

Text Example


Text Example

White with #D495BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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