Html Css Color HEX #D490C2 Lily

📋 copy color: '#D490C2'

red 212 ◦ green 144 ◦ blue 194

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

Shades of Lily #D490C2

Tints of Lily #D490C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.27%

R = 38.55%
G = 26.18%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D490C2 (or 0xD490C2) is known color: Lily. HEX triplet: D4, 90 and C2. RGB value is (212,144,194). Sum of RGB (Red+Green+Blue) = 212+144+194=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D490C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490C2 is #2B6F3D. Grayscale: #A9A9A9. Windows color (decimal): -2846526 or 12751060. OLE color: 12751060.

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

Color convert

RGB 212 144 194 -
CMYK 0 0.32 0.08 0.17
HSL 315.88º 0.44% 0.7% -
HSV(B) 315.88º 0.32% 0.83% -
XYZ 46.86 37.84 55.87 -
YUV 170.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 212 144 194 0 0.32 0.08 0.17 315.88 0.44 0.7
Hex D4 90 C2 0 20 8 11 13C 2C 46
Octal 324 220 302 0 40 10 21 474 54 106
Binary 11010100 10010000 11000010 0 100000 1000 10001 100111100 101100 1000110

Color Harmonies of #D490C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D490C2

Black with #D490C2

Text Example


Text Example

White with #D490C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D490C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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