Html Css Color HEX #D595C6 Lilac

📋 copy color: '#D595C6'

red 213 ◦ green 149 ◦ blue 198

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

Shades of Lilac #D595C6

Tints of Lilac #D595C6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.61%

 BLUE value IS 198 (77.73% from 255) = 35.36%

R = 38.04%
G = 26.61%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D595C6 (or 0xD595C6) is known color: Lilac. HEX triplet: D5, 95 and C6. RGB value is (213,149,198). Sum of RGB (Red+Green+Blue) = 213+149+198=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D595C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595C6 is #2A6A39. Grayscale: #ADADAD. Windows color (decimal): -2779706 or 13014485. OLE color: 13014485.

HSL color Cylindrical-coordinate representation of color #D595C6: hue angle of 314.06º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D595C6 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 149 198 -
CMYK 0 0.30 0.07 0.16
HSL 314.06º 0.43% 0.71% -
HSV(B) 314.06º 0.3% 0.84% -
XYZ 48.38 39.72 58.54 -
YUV 173.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 213 149 198 0 0.30 0.07 0.16 314.06 0.43 0.71
Hex D5 95 C6 0 1E 7 10 13A 2B 47
Octal 325 225 306 0 36 7 20 472 53 107
Binary 11010101 10010101 11000110 0 11110 111 10000 100111010 101011 1000111

Color Harmonies of #D595C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595C6

Black with #D595C6

Text Example


Text Example

White with #D595C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595C6; }

 p { color: rgb(213,149,198); }

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

background-color css

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

 a { background-color: rgb(213,149,198); }

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

border-color css

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

 span { border-color: rgb(213,149,198); }

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