Html Css Color HEX #D997CA Lilac

📋 copy color: '#D997CA'

red 217 ◦ green 151 ◦ blue 202

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

Shades of Lilac #D997CA

Tints of Lilac #D997CA

RGB

 RED value IS 217 (85.16% from 255) = 38.07%

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

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

R = 38.07%
G = 26.49%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D997CA (or 0xD997CA) is known color: Lilac. HEX triplet: D9, 97 and CA. RGB value is (217,151,202). Sum of RGB (Red+Green+Blue) = 217+151+202=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 217 - color contains mainly: red. Hex color #D997CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D997CA is #266835. Grayscale: #B0B0B0. Windows color (decimal): -2517046 or 13277145. OLE color: 13277145.

HSL color Cylindrical-coordinate representation of color #D997CA: hue angle of 313.64º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997CA is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 202 -
CMYK 0 0.30 0.07 0.15
HSL 313.64º 0.46% 0.72% -
HSV(B) 313.64º 0.3% 0.85% -
XYZ 50.34 41.15 61.17 -
YUV 176.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 217 151 202 0 0.30 0.07 0.15 313.64 0.46 0.72
Hex D9 97 CA 0 1E 7 F 13A 2E 48
Octal 331 227 312 0 36 7 17 472 56 110
Binary 11011001 10010111 11001010 0 11110 111 1111 100111010 101110 1001000

Color Harmonies of #D997CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997CA

Black with #D997CA

Text Example


Text Example

White with #D997CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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