Html Css Color HEX #D192CA Lilac

📋 copy color: '#D192CA'

red 209 ◦ green 146 ◦ blue 202

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

Shades of Lilac #D192CA

Tints of Lilac #D192CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.27%

R = 37.52%
G = 26.21%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D192CA (or 0xD192CA) is known color: Lilac. HEX triplet: D1, 92 and CA. RGB value is (209,146,202). Sum of RGB (Red+Green+Blue) = 209+146+202=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D192CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D192CA is #2E6D35. Grayscale: #ABABAB. Windows color (decimal): -3042614 or 13275857. OLE color: 13275857.

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

Color convert

RGB 209 146 202 -
CMYK 0 0.30 0.03 0.18
HSL 306.67º 0.41% 0.7% -
HSV(B) 306.67º 0.3% 0.82% -
XYZ 47.23 38.38 60.8 -
YUV 171.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 209 146 202 0 0.30 0.03 0.18 306.67 0.41 0.7
Hex D1 92 CA 0 1E 3 12 133 29 46
Octal 321 222 312 0 36 3 22 463 51 106
Binary 11010001 10010010 11001010 0 11110 11 10010 100110011 101001 1000110

Color Harmonies of #D192CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192CA

Black with #D192CA

Text Example


Text Example

White with #D192CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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