Html Css Color HEX #D88DDC Plum

📋 copy color: '#D88DDC'

red 216 ◦ green 141 ◦ blue 220

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

Shades of Plum #D88DDC

Tints of Plum #D88DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 37.44%
G = 24.44%
B = 38.13%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D88DDC (or 0xD88DDC) is known color: Plum. HEX triplet: D8, 8D and DC. RGB value is (216,141,220). Sum of RGB (Red+Green+Blue) = 216+141+220=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #D88DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DDC is #277223. Grayscale: #ACACAC. Windows color (decimal): -2585124 or 14454232. OLE color: 14454232.

HSL color Cylindrical-coordinate representation of color #D88DDC: hue angle of 296.96º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88DDC is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 141 220 -
CMYK 0.02 0.36 0 0.14
HSL 296.96º 0.53% 0.71% -
HSV(B) 296.96º 0.36% 0.86% -
XYZ 50.76 38.82 72.53 -
YUV 172.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 216 141 220 0.02 0.36 0 0.14 296.96 0.53 0.71
Hex D8 8D DC 2 24 0 E 129 35 47
Octal 330 215 334 2 44 0 16 451 65 107
Binary 11011000 10001101 11011100 10 100100 0 1110 100101001 110101 1000111

Color Harmonies of #D88DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DDC

Black with #D88DDC

Text Example


Text Example

White with #D88DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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