Html Css Color HEX #D192CC Lilac

📋 copy color: '#D192CC'

red 209 ◦ green 146 ◦ blue 204

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

Shades of Lilac #D192CC

Tints of Lilac #D192CC

RGB

 RED value IS 209 (82.03% from 255) = 37.39%

 GREEN value IS 146 (57.42% from 255) = 26.12%

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 37.39%
G = 26.12%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D192CC (or 0xD192CC) is known color: Lilac. HEX triplet: D1, 92 and CC. RGB value is (209,146,204). Sum of RGB (Red+Green+Blue) = 209+146+204=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D192CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192CC is #2E6D33. Grayscale: #ABABAB. Windows color (decimal): -3042612 or 13406929. OLE color: 13406929.

HSL color Cylindrical-coordinate representation of color #D192CC: hue angle of 304.76º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D192CC is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 146 204 -
CMYK 0 0.30 0.02 0.18
HSL 304.76º 0.41% 0.7% -
HSV(B) 304.76º 0.3% 0.82% -
XYZ 47.47 38.47 62.05 -
YUV 171.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 209 146 204 0 0.30 0.02 0.18 304.76 0.41 0.7
Hex D1 92 CC 0 1E 2 12 131 29 46
Octal 321 222 314 0 36 2 22 461 51 106
Binary 11010001 10010010 11001100 0 11110 10 10010 100110001 101001 1000110

Color Harmonies of #D192CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192CC

Black with #D192CC

Text Example


Text Example

White with #D192CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192CC; }

 p { color: rgb(209,146,204); }

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

background-color css

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

 a { background-color: rgb(209,146,204); }

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

border-color css

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

 span { border-color: rgb(209,146,204); }

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