Html Css Color HEX #D490BA Lily

📋 copy color: '#D490BA'

red 212 ◦ green 144 ◦ blue 186

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

Shades of Lily #D490BA

Tints of Lily #D490BA

RGB

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

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

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

R = 39.11%
G = 26.57%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D490BA (or 0xD490BA) is known color: Lily. HEX triplet: D4, 90 and BA. RGB value is (212,144,186). Sum of RGB (Red+Green+Blue) = 212+144+186=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D490BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490BA is #2B6F45. Grayscale: #A9A9A9. Windows color (decimal): -2846534 or 12226772. OLE color: 12226772.

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

Color convert

RGB 212 144 186 -
CMYK 0 0.32 0.12 0.17
HSL 322.94º 0.44% 0.7% -
HSV(B) 322.94º 0.32% 0.83% -
XYZ 45.99 37.49 51.27 -
YUV 169.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 212 144 186 0 0.32 0.12 0.17 322.94 0.44 0.7
Hex D4 90 BA 0 20 C 11 143 2C 46
Octal 324 220 272 0 40 14 21 503 54 106
Binary 11010100 10010000 10111010 0 100000 1100 10001 101000011 101100 1000110

Color Harmonies of #D490BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D490BA

Black with #D490BA

Text Example


Text Example

White with #D490BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D490BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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