Html Css Color HEX #D998CA Lilac

📋 copy color: '#D998CA'

red 217 ◦ green 152 ◦ blue 202

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

Shades of Lilac #D998CA

Tints of Lilac #D998CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.62%

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

R = 38%
G = 26.62%
B = 35.38%

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

#D998CA (or 0xD998CA) is known color: Lilac. HEX triplet: D9, 98 and CA. RGB value is (217,152,202). Sum of RGB (Red+Green+Blue) = 217+152+202=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D998CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D998CA is #266735. Grayscale: #B0B0B0. Windows color (decimal): -2516790 or 13277401. OLE color: 13277401.

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

Color convert

RGB 217 152 202 -
CMYK 0 0.30 0.07 0.15
HSL 313.85º 0.46% 0.72% -
HSV(B) 313.85º 0.3% 0.85% -
XYZ 50.5 41.47 61.22 -
YUV 177.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 217 152 202 0 0.30 0.07 0.15 313.85 0.46 0.72
Hex D9 98 CA 0 1E 7 F 13A 2E 48
Octal 331 230 312 0 36 7 17 472 56 110
Binary 11011001 10011000 11001010 0 11110 111 1111 100111010 101110 1001000

Color Harmonies of #D998CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998CA

Black with #D998CA

Text Example


Text Example

White with #D998CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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