Html Css Color HEX #D590CA Lilac

📋 copy color: '#D590CA'

red 213 ◦ green 144 ◦ blue 202

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

Shades of Lilac #D590CA

Tints of Lilac #D590CA

RGB

 RED value IS 213 (83.59% from 255) = 38.1%

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

 BLUE value IS 202 (79.3% from 255) = 36.14%

R = 38.1%
G = 25.76%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D590CA (or 0xD590CA) is known color: Lilac. HEX triplet: D5, 90 and CA. RGB value is (213,144,202). Sum of RGB (Red+Green+Blue) = 213+144+202=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D590CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590CA is #2A6F35. Grayscale: #ABABAB. Windows color (decimal): -2780982 or 13275349. OLE color: 13275349.

HSL color Cylindrical-coordinate representation of color #D590CA: hue angle of 309.57º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D590CA is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 144 202 -
CMYK 0 0.32 0.05 0.16
HSL 309.57º 0.45% 0.7% -
HSV(B) 309.57º 0.32% 0.84% -
XYZ 48.07 38.36 60.75 -
YUV 171.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 213 144 202 0 0.32 0.05 0.16 309.57 0.45 0.7
Hex D5 90 CA 0 20 5 10 136 2D 46
Octal 325 220 312 0 40 5 20 466 55 106
Binary 11010101 10010000 11001010 0 100000 101 10000 100110110 101101 1000110

Color Harmonies of #D590CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D590CA

Black with #D590CA

Text Example


Text Example

White with #D590CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D590CA; }

 p { color: rgb(213,144,202); }

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

background-color css

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

 a { background-color: rgb(213,144,202); }

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

border-color css

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

 span { border-color: rgb(213,144,202); }

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