Html Css Color HEX #D493CF Lilac

📋 copy color: '#D493CF'

red 212 ◦ green 147 ◦ blue 207

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

Shades of Lilac #D493CF

Tints of Lilac #D493CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.97%

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

R = 37.46%
G = 25.97%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D493CF (or 0xD493CF) is known color: Lilac. HEX triplet: D4, 93 and CF. RGB value is (212,147,207). Sum of RGB (Red+Green+Blue) = 212+147+207=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D493CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493CF is #2B6C30. Grayscale: #ADADAD. Windows color (decimal): -2845745 or 13603796. OLE color: 13603796.

HSL color Cylindrical-coordinate representation of color #D493CF: hue angle of 304.62º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D493CF is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 147 207 -
CMYK 0 0.31 0.02 0.17
HSL 304.62º 0.43% 0.7% -
HSV(B) 304.62º 0.31% 0.83% -
XYZ 48.85 39.37 64.06 -
YUV 173.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 212 147 207 0 0.31 0.02 0.17 304.62 0.43 0.7
Hex D4 93 CF 0 1F 2 11 131 2B 46
Octal 324 223 317 0 37 2 21 461 53 106
Binary 11010100 10010011 11001111 0 11111 10 10001 100110001 101011 1000110

Color Harmonies of #D493CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493CF

Black with #D493CF

Text Example


Text Example

White with #D493CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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