Html Css Color HEX #D69AC9 Lilac

📋 copy color: '#D69AC9'

red 214 ◦ green 154 ◦ blue 201

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

Shades of Lilac #D69AC9

Tints of Lilac #D69AC9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.07%

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

R = 37.61%
G = 27.07%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D69AC9 (or 0xD69AC9) is known color: Lilac. HEX triplet: D6, 9A and C9. RGB value is (214,154,201). Sum of RGB (Red+Green+Blue) = 214+154+201=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69AC9 is #296536. Grayscale: #B1B1B1. Windows color (decimal): -2712887 or 13212374. OLE color: 13212374.

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

Color convert

RGB 214 154 201 -
CMYK 0 0.28 0.06 0.16
HSL 313º 0.42% 0.72% -
HSV(B) 313º 0.28% 0.84% -
XYZ 49.83 41.62 60.67 -
YUV 177.3 141.38 154.18 -
System Red Green Blue C M Y K H S L
Decimal 214 154 201 0 0.28 0.06 0.16 313 0.42 0.72
Hex D6 9A C9 0 1C 6 10 139 2A 48
Octal 326 232 311 0 34 6 20 471 52 110
Binary 11010110 10011010 11001001 0 11100 110 10000 100111001 101010 1001000

Color Harmonies of #D69AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69AC9

Black with #D69AC9

Text Example


Text Example

White with #D69AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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