Html Css Color HEX #D492BF Lily

📋 copy color: '#D492BF'

red 212 ◦ green 146 ◦ blue 191

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

Shades of Lily #D492BF

Tints of Lily #D492BF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.59%

 BLUE value IS 191 (75% from 255) = 34.79%

R = 38.62%
G = 26.59%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D492BF (or 0xD492BF) is known color: Lily. HEX triplet: D4, 92 and BF. RGB value is (212,146,191). Sum of RGB (Red+Green+Blue) = 212+146+191=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D492BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D492BF is #2B6D40. Grayscale: #AAAAAA. Windows color (decimal): -2846017 or 12554964. OLE color: 12554964.

HSL color Cylindrical-coordinate representation of color #D492BF: hue angle of 319.09º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D492BF is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 146 191 -
CMYK 0 0.31 0.10 0.17
HSL 319.09º 0.43% 0.7% -
HSV(B) 319.09º 0.31% 0.83% -
XYZ 46.83 38.32 54.22 -
YUV 170.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 212 146 191 0 0.31 0.10 0.17 319.09 0.43 0.7
Hex D4 92 BF 0 1F A 11 13F 2B 46
Octal 324 222 277 0 37 12 21 477 53 106
Binary 11010100 10010010 10111111 0 11111 1010 10001 100111111 101011 1000110

Color Harmonies of #D492BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D492BF

Black with #D492BF

Text Example


Text Example

White with #D492BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D492BF; }

 p { color: rgb(212,146,191); }

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

background-color css

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

 a { background-color: rgb(212,146,191); }

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

border-color css

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

 span { border-color: rgb(212,146,191); }

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