Html Css Color HEX #D494CB Lilac

📋 copy color: '#D494CB'

red 212 ◦ green 148 ◦ blue 203

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

Shades of Lilac #D494CB

Tints of Lilac #D494CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.06%

R = 37.66%
G = 26.29%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D494CB (or 0xD494CB) is known color: Lilac. HEX triplet: D4, 94 and CB. RGB value is (212,148,203). Sum of RGB (Red+Green+Blue) = 212+148+203=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 212 - color contains mainly: red. Hex color #D494CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494CB is #2B6B34. Grayscale: #ADADAD. Windows color (decimal): -2845493 or 13341908. OLE color: 13341908.

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

Color convert

RGB 212 148 203 -
CMYK 0 0.30 0.04 0.17
HSL 308.44º 0.43% 0.71% -
HSV(B) 308.44º 0.3% 0.83% -
XYZ 48.52 39.49 61.56 -
YUV 173.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 212 148 203 0 0.30 0.04 0.17 308.44 0.43 0.71
Hex D4 94 CB 0 1E 4 11 134 2B 47
Octal 324 224 313 0 36 4 21 464 53 107
Binary 11010100 10010100 11001011 0 11110 100 10001 100110100 101011 1000111

Color Harmonies of #D494CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494CB

Black with #D494CB

Text Example


Text Example

White with #D494CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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