Html Css Color HEX #D490BF Lily

📋 copy color: '#D490BF'

red 212 ◦ green 144 ◦ blue 191

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

Shades of Lily #D490BF

Tints of Lily #D490BF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.33%

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

R = 38.76%
G = 26.33%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D490BF (or 0xD490BF) is known color: Lily. HEX triplet: D4, 90 and BF. RGB value is (212,144,191). Sum of RGB (Red+Green+Blue) = 212+144+191=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D490BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490BF is #2B6F40. Grayscale: #A9A9A9. Windows color (decimal): -2846529 or 12554452. OLE color: 12554452.

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

Color convert

RGB 212 144 191 -
CMYK 0 0.32 0.10 0.17
HSL 318.53º 0.44% 0.7% -
HSV(B) 318.53º 0.32% 0.83% -
XYZ 46.53 37.71 54.12 -
YUV 169.69 140.03 158.18 -
System Red Green Blue C M Y K H S L
Decimal 212 144 191 0 0.32 0.10 0.17 318.53 0.44 0.7
Hex D4 90 BF 0 20 A 11 13F 2C 46
Octal 324 220 277 0 40 12 21 477 54 106
Binary 11010100 10010000 10111111 0 100000 1010 10001 100111111 101100 1000110

Color Harmonies of #D490BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D490BF

Black with #D490BF

Text Example


Text Example

White with #D490BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D490BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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