Html Css Color HEX #D692C9 Lilac

📋 copy color: '#D692C9'

red 214 ◦ green 146 ◦ blue 201

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

Shades of Lilac #D692C9

Tints of Lilac #D692C9

RGB

 RED value IS 214 (83.98% from 255) = 38.15%

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

 BLUE value IS 201 (78.91% from 255) = 35.83%

R = 38.15%
G = 26.02%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D692C9 (or 0xD692C9) is known color: Lilac. HEX triplet: D6, 92 and C9. RGB value is (214,146,201). Sum of RGB (Red+Green+Blue) = 214+146+201=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D692C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D692C9 is #296D36. Grayscale: #ACACAC. Windows color (decimal): -2714935 or 13210326. OLE color: 13210326.

HSL color Cylindrical-coordinate representation of color #D692C9: hue angle of 311.47º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D692C9 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 146 201 -
CMYK 0 0.32 0.06 0.16
HSL 311.47º 0.45% 0.71% -
HSV(B) 311.47º 0.32% 0.84% -
XYZ 48.55 39.07 60.24 -
YUV 172.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 214 146 201 0 0.32 0.06 0.16 311.47 0.45 0.71
Hex D6 92 C9 0 20 6 10 137 2D 47
Octal 326 222 311 0 40 6 20 467 55 107
Binary 11010110 10010010 11001001 0 100000 110 10000 100110111 101101 1000111

Color Harmonies of #D692C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D692C9

Black with #D692C9

Text Example


Text Example

White with #D692C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D692C9; }

 p { color: rgb(214,146,201); }

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

background-color css

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

 a { background-color: rgb(214,146,201); }

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

border-color css

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

 span { border-color: rgb(214,146,201); }

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