Html Css Color HEX #D894C9 Lilac

📋 copy color: '#D894C9'

red 216 ◦ green 148 ◦ blue 201

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

Shades of Lilac #D894C9

Tints of Lilac #D894C9

RGB

 RED value IS 216 (84.77% from 255) = 38.23%

 GREEN value IS 148 (58.2% from 255) = 26.19%

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

R = 38.23%
G = 26.19%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D894C9 (or 0xD894C9) is known color: Lilac. HEX triplet: D8, 94 and C9. RGB value is (216,148,201). Sum of RGB (Red+Green+Blue) = 216+148+201=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D894C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894C9 is #276B36. Grayscale: #AEAEAE. Windows color (decimal): -2583351 or 13210840. OLE color: 13210840.

HSL color Cylindrical-coordinate representation of color #D894C9: hue angle of 313.24º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D894C9 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 148 201 -
CMYK 0 0.31 0.07 0.15
HSL 313.24º 0.47% 0.71% -
HSV(B) 313.24º 0.31% 0.85% -
XYZ 49.45 40 60.37 -
YUV 174.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 216 148 201 0 0.31 0.07 0.15 313.24 0.47 0.71
Hex D8 94 C9 0 1F 7 F 139 2F 47
Octal 330 224 311 0 37 7 17 471 57 107
Binary 11011000 10010100 11001001 0 11111 111 1111 100111001 101111 1000111

Color Harmonies of #D894C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D894C9

Black with #D894C9

Text Example


Text Example

White with #D894C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D894C9; }

 p { color: rgb(216,148,201); }

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

background-color css

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

 a { background-color: rgb(216,148,201); }

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

border-color css

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

 span { border-color: rgb(216,148,201); }

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