Html Css Color HEX #D192CD Lilac

📋 copy color: '#D192CD'

red 209 ◦ green 146 ◦ blue 205

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

Shades of Lilac #D192CD

Tints of Lilac #D192CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.61%

R = 37.32%
G = 26.07%
B = 36.61%

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

#D192CD (or 0xD192CD) is known color: Lilac. HEX triplet: D1, 92 and CD. RGB value is (209,146,205). Sum of RGB (Red+Green+Blue) = 209+146+205=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D192CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192CD is #2E6D32. Grayscale: #ABABAB. Windows color (decimal): -3042611 or 13472465. OLE color: 13472465.

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

Color convert

RGB 209 146 205 -
CMYK 0 0.30 0.02 0.18
HSL 303.81º 0.41% 0.7% -
HSV(B) 303.81º 0.3% 0.82% -
XYZ 47.59 38.52 62.68 -
YUV 171.56 146.87 154.7 -
System Red Green Blue C M Y K H S L
Decimal 209 146 205 0 0.30 0.02 0.18 303.81 0.41 0.7
Hex D1 92 CD 0 1E 2 12 130 29 46
Octal 321 222 315 0 36 2 22 460 51 106
Binary 11010001 10010010 11001101 0 11110 10 10010 100110000 101001 1000110

Color Harmonies of #D192CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192CD

Black with #D192CD

Text Example


Text Example

White with #D192CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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