Html Css Color HEX #D88DCA Lilac

📋 copy color: '#D88DCA'

red 216 ◦ green 141 ◦ blue 202

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

Shades of Lilac #D88DCA

Tints of Lilac #D88DCA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.22%

 BLUE value IS 202 (79.3% from 255) = 36.14%

R = 38.64%
G = 25.22%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D88DCA (or 0xD88DCA) is known color: Lilac. HEX triplet: D8, 8D and CA. RGB value is (216,141,202). Sum of RGB (Red+Green+Blue) = 216+141+202=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DCA is #277235. Grayscale: #AAAAAA. Windows color (decimal): -2585142 or 13274584. OLE color: 13274584.

HSL color Cylindrical-coordinate representation of color #D88DCA: hue angle of 311.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88DCA is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 141 202 -
CMYK 0 0.35 0.06 0.15
HSL 311.2º 0.49% 0.7% -
HSV(B) 311.2º 0.35% 0.85% -
XYZ 48.5 37.91 60.64 -
YUV 170.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 216 141 202 0 0.35 0.06 0.15 311.2 0.49 0.7
Hex D8 8D CA 0 23 6 F 137 31 46
Octal 330 215 312 0 43 6 17 467 61 106
Binary 11011000 10001101 11001010 0 100011 110 1111 100110111 110001 1000110

Color Harmonies of #D88DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DCA

Black with #D88DCA

Text Example


Text Example

White with #D88DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DCA; }

 p { color: rgb(216,141,202); }

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

background-color css

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

 a { background-color: rgb(216,141,202); }

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

border-color css

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

 span { border-color: rgb(216,141,202); }

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