Html Css Color HEX #D593CA Lilac

📋 copy color: '#D593CA'

red 213 ◦ green 147 ◦ blue 202

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

Shades of Lilac #D593CA

Tints of Lilac #D593CA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.16%

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

R = 37.9%
G = 26.16%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D593CA (or 0xD593CA) is known color: Lilac. HEX triplet: D5, 93 and CA. RGB value is (213,147,202). Sum of RGB (Red+Green+Blue) = 213+147+202=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D593CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593CA is #2A6C35. Grayscale: #ACACAC. Windows color (decimal): -2780214 or 13276117. OLE color: 13276117.

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

Color convert

RGB 213 147 202 -
CMYK 0 0.31 0.05 0.16
HSL 310º 0.44% 0.71% -
HSV(B) 310º 0.31% 0.84% -
XYZ 48.53 39.28 60.9 -
YUV 173 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 213 147 202 0 0.31 0.05 0.16 310 0.44 0.71
Hex D5 93 CA 0 1F 5 10 136 2C 47
Octal 325 223 312 0 37 5 20 466 54 107
Binary 11010101 10010011 11001010 0 11111 101 10000 100110110 101100 1000111

Color Harmonies of #D593CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593CA

Black with #D593CA

Text Example


Text Example

White with #D593CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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