Html Css Color HEX #D995CA Lilac

📋 copy color: '#D995CA'

red 217 ◦ green 149 ◦ blue 202

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

Shades of Lilac #D995CA

Tints of Lilac #D995CA

RGB

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

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

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

R = 38.2%
G = 26.23%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D995CA (or 0xD995CA) is known color: Lilac. HEX triplet: D9, 95 and CA. RGB value is (217,149,202). Sum of RGB (Red+Green+Blue) = 217+149+202=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D995CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995CA is #266A35. Grayscale: #AFAFAF. Windows color (decimal): -2517558 or 13276633. OLE color: 13276633.

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

Color convert

RGB 217 149 202 -
CMYK 0 0.31 0.07 0.15
HSL 313.24º 0.47% 0.72% -
HSV(B) 313.24º 0.31% 0.85% -
XYZ 50.02 40.51 61.06 -
YUV 175.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 217 149 202 0 0.31 0.07 0.15 313.24 0.47 0.72
Hex D9 95 CA 0 1F 7 F 139 2F 48
Octal 331 225 312 0 37 7 17 471 57 110
Binary 11011001 10010101 11001010 0 11111 111 1111 100111001 101111 1001000

Color Harmonies of #D995CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D995CA

Black with #D995CA

Text Example


Text Example

White with #D995CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D995CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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