Html Css Color HEX #D494CA Lilac

📋 copy color: '#D494CA'

red 212 ◦ green 148 ◦ blue 202

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

Shades of Lilac #D494CA

Tints of Lilac #D494CA

RGB

 RED value IS 212 (83.2% from 255) = 37.72%

 GREEN value IS 148 (58.2% from 255) = 26.33%

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

R = 37.72%
G = 26.33%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D494CA (or 0xD494CA) is known color: Lilac. HEX triplet: D4, 94 and CA. RGB value is (212,148,202). Sum of RGB (Red+Green+Blue) = 212+148+202=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 148 (58.20% from 255 or 26.33% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D494CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494CA is #2B6B35. Grayscale: #ADADAD. Windows color (decimal): -2845494 or 13276372. OLE color: 13276372.

HSL color Cylindrical-coordinate representation of color #D494CA: hue angle of 309.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D494CA is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 202 -
CMYK 0 0.30 0.05 0.17
HSL 309.38º 0.43% 0.71% -
HSV(B) 309.38º 0.3% 0.83% -
XYZ 48.4 39.44 60.94 -
YUV 173.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 212 148 202 0 0.30 0.05 0.17 309.38 0.43 0.71
Hex D4 94 CA 0 1E 5 11 135 2B 47
Octal 324 224 312 0 36 5 21 465 53 107
Binary 11010100 10010100 11001010 0 11110 101 10001 100110101 101011 1000111

Color Harmonies of #D494CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494CA

Black with #D494CA

Text Example


Text Example

White with #D494CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494CA; }

 p { color: rgb(212,148,202); }

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

background-color css

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

 a { background-color: rgb(212,148,202); }

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

border-color css

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

 span { border-color: rgb(212,148,202); }

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