Html Css Color HEX #D597CA Lilac

📋 copy color: '#D597CA'

red 213 ◦ green 151 ◦ blue 202

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

Shades of Lilac #D597CA

Tints of Lilac #D597CA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.68%

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

R = 37.63%
G = 26.68%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D597CA (or 0xD597CA) is known color: Lilac. HEX triplet: D5, 97 and CA. RGB value is (213,151,202). Sum of RGB (Red+Green+Blue) = 213+151+202=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D597CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D597CA is #2A6835. Grayscale: #AFAFAF. Windows color (decimal): -2779190 or 13277141. OLE color: 13277141.

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

Color convert

RGB 213 151 202 -
CMYK 0 0.29 0.05 0.16
HSL 310.65º 0.42% 0.71% -
HSV(B) 310.65º 0.29% 0.84% -
XYZ 49.17 40.54 61.11 -
YUV 175.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 213 151 202 0 0.29 0.05 0.16 310.65 0.42 0.71
Hex D5 97 CA 0 1D 5 10 137 2A 47
Octal 325 227 312 0 35 5 20 467 52 107
Binary 11010101 10010111 11001010 0 11101 101 10000 100110111 101010 1000111

Color Harmonies of #D597CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D597CA

Black with #D597CA

Text Example


Text Example

White with #D597CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D597CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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