Html Css Color HEX #D894C8 Lilac

📋 copy color: '#D894C8'

red 216 ◦ green 148 ◦ blue 200

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

Shades of Lilac #D894C8

Tints of Lilac #D894C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.46%

R = 38.3%
G = 26.24%
B = 35.46%

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

#D894C8 (or 0xD894C8) is known color: Lilac. HEX triplet: D8, 94 and C8. RGB value is (216,148,200). Sum of RGB (Red+Green+Blue) = 216+148+200=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D894C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894C8 is #276B37. Grayscale: #AEAEAE. Windows color (decimal): -2583352 or 13145304. OLE color: 13145304.

HSL color Cylindrical-coordinate representation of color #D894C8: hue angle of 314.12º 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 #D894C8 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 148 200 -
CMYK 0 0.31 0.07 0.15
HSL 314.12º 0.47% 0.71% -
HSV(B) 314.12º 0.31% 0.85% -
XYZ 49.33 39.95 59.75 -
YUV 174.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 216 148 200 0 0.31 0.07 0.15 314.12 0.47 0.71
Hex D8 94 C8 0 1F 7 F 13A 2F 47
Octal 330 224 310 0 37 7 17 472 57 107
Binary 11011000 10010100 11001000 0 11111 111 1111 100111010 101111 1000111

Color Harmonies of #D894C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D894C8

Black with #D894C8

Text Example


Text Example

White with #D894C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D894C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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