Html Css Color HEX #D595C4 Lilac

📋 copy color: '#D595C4'

red 213 ◦ green 149 ◦ blue 196

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

Shades of Lilac #D595C4

Tints of Lilac #D595C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.13%

R = 38.17%
G = 26.7%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D595C4 (or 0xD595C4) is known color: Lilac. HEX triplet: D5, 95 and C4. RGB value is (213,149,196). Sum of RGB (Red+Green+Blue) = 213+149+196=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D595C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D595C4 is #2A6A3B. Grayscale: #ADADAD. Windows color (decimal): -2779708 or 12883413. OLE color: 12883413.

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

Color convert

RGB 213 149 196 -
CMYK 0 0.30 0.08 0.16
HSL 315.94º 0.43% 0.71% -
HSV(B) 315.94º 0.3% 0.84% -
XYZ 48.15 39.63 57.34 -
YUV 173.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 213 149 196 0 0.30 0.08 0.16 315.94 0.43 0.71
Hex D5 95 C4 0 1E 8 10 13C 2B 47
Octal 325 225 304 0 36 10 20 474 53 107
Binary 11010101 10010101 11000100 0 11110 1000 10000 100111100 101011 1000111

Color Harmonies of #D595C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D595C4

Black with #D595C4

Text Example


Text Example

White with #D595C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D595C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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