Html Css Color HEX #D88DD0 Plum

📋 copy color: '#D88DD0'

red 216 ◦ green 141 ◦ blue 208

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

Shades of Plum #D88DD0

Tints of Plum #D88DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.81%

R = 38.23%
G = 24.96%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D88DD0 (or 0xD88DD0) is known color: Plum. HEX triplet: D8, 8D and D0. RGB value is (216,141,208). Sum of RGB (Red+Green+Blue) = 216+141+208=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DD0 is #27722F. Grayscale: #AAAAAA. Windows color (decimal): -2585136 or 13667800. OLE color: 13667800.

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

Color convert

RGB 216 141 208 -
CMYK 0 0.35 0.04 0.15
HSL 306.4º 0.49% 0.7% -
HSV(B) 306.4º 0.35% 0.85% -
XYZ 49.23 38.2 64.45 -
YUV 171.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 216 141 208 0 0.35 0.04 0.15 306.4 0.49 0.7
Hex D8 8D D0 0 23 4 F 132 31 46
Octal 330 215 320 0 43 4 17 462 61 106
Binary 11011000 10001101 11010000 0 100011 100 1111 100110010 110001 1000110

Color Harmonies of #D88DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DD0

Black with #D88DD0

Text Example


Text Example

White with #D88DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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