Html Css Color HEX #D69DC9 Lilac

📋 copy color: '#D69DC9'

red 214 ◦ green 157 ◦ blue 201

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

Shades of Lilac #D69DC9

Tints of Lilac #D69DC9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.45%

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

R = 37.41%
G = 27.45%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D69DC9 (or 0xD69DC9) is known color: Lilac. HEX triplet: D6, 9D and C9. RGB value is (214,157,201). Sum of RGB (Red+Green+Blue) = 214+157+201=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DC9 is #296236. Grayscale: #B2B2B2. Windows color (decimal): -2712119 or 13213142. OLE color: 13213142.

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

Color convert

RGB 214 157 201 -
CMYK 0 0.27 0.06 0.16
HSL 313.68º 0.41% 0.73% -
HSV(B) 313.68º 0.27% 0.84% -
XYZ 50.33 42.63 60.83 -
YUV 179.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 214 157 201 0 0.27 0.06 0.16 313.68 0.41 0.73
Hex D6 9D C9 0 1B 6 10 13A 29 49
Octal 326 235 311 0 33 6 20 472 51 111
Binary 11010110 10011101 11001001 0 11011 110 10000 100111010 101001 1001001

Color Harmonies of #D69DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DC9

Black with #D69DC9

Text Example


Text Example

White with #D69DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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