Html Css Color HEX #D494CF Lilac

📋 copy color: '#D494CF'

red 212 ◦ green 148 ◦ blue 207

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

Shades of Lilac #D494CF

Tints of Lilac #D494CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 37.39%
G = 26.1%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D494CF (or 0xD494CF) is known color: Lilac. HEX triplet: D4, 94 and CF. RGB value is (212,148,207). Sum of RGB (Red+Green+Blue) = 212+148+207=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D494CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494CF is #2B6B30. Grayscale: #ADADAD. Windows color (decimal): -2845489 or 13604052. OLE color: 13604052.

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

Color convert

RGB 212 148 207 -
CMYK 0 0.30 0.02 0.17
HSL 304.69º 0.43% 0.71% -
HSV(B) 304.69º 0.3% 0.83% -
XYZ 49 39.68 64.11 -
YUV 173.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 212 148 207 0 0.30 0.02 0.17 304.69 0.43 0.71
Hex D4 94 CF 0 1E 2 11 131 2B 47
Octal 324 224 317 0 36 2 21 461 53 107
Binary 11010100 10010100 11001111 0 11110 10 10001 100110001 101011 1000111

Color Harmonies of #D494CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494CF

Black with #D494CF

Text Example


Text Example

White with #D494CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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