Html Css Color HEX #D594CD Lilac

📋 copy color: '#D594CD'

red 213 ◦ green 148 ◦ blue 205

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

Shades of Lilac #D594CD

Tints of Lilac #D594CD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.15%

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 37.63%
G = 26.15%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D594CD (or 0xD594CD) is known color: Lilac. HEX triplet: D5, 94 and CD. RGB value is (213,148,205). Sum of RGB (Red+Green+Blue) = 213+148+205=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D594CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594CD is #2A6B32. Grayscale: #ADADAD. Windows color (decimal): -2779955 or 13472981. OLE color: 13472981.

HSL color Cylindrical-coordinate representation of color #D594CD: hue angle of 307.38º 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 #D594CD is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 205 -
CMYK 0 0.31 0.04 0.16
HSL 307.38º 0.44% 0.71% -
HSV(B) 307.38º 0.31% 0.84% -
XYZ 49.05 39.73 62.84 -
YUV 173.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 213 148 205 0 0.31 0.04 0.16 307.38 0.44 0.71
Hex D5 94 CD 0 1F 4 10 133 2C 47
Octal 325 224 315 0 37 4 20 463 54 107
Binary 11010101 10010100 11001101 0 11111 100 10000 100110011 101100 1000111

Color Harmonies of #D594CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594CD

Black with #D594CD

Text Example


Text Example

White with #D594CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594CD; }

 p { color: rgb(213,148,205); }

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

background-color css

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

 a { background-color: rgb(213,148,205); }

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

border-color css

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

 span { border-color: rgb(213,148,205); }

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