Html Css Color HEX #D88DD2 Plum

📋 copy color: '#D88DD2'

red 216 ◦ green 141 ◦ blue 210

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

Shades of Plum #D88DD2

Tints of Plum #D88DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.04%

R = 38.1%
G = 24.87%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D88DD2 (or 0xD88DD2) is known color: Plum. HEX triplet: D8, 8D and D2. RGB value is (216,141,210). Sum of RGB (Red+Green+Blue) = 216+141+210=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DD2 is #27722D. Grayscale: #ABABAB. Windows color (decimal): -2585134 or 13798872. OLE color: 13798872.

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

Color convert

RGB 216 141 210 -
CMYK 0 0.35 0.03 0.15
HSL 304.8º 0.49% 0.7% -
HSV(B) 304.8º 0.35% 0.85% -
XYZ 49.48 38.3 65.76 -
YUV 171.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 216 141 210 0 0.35 0.03 0.15 304.8 0.49 0.7
Hex D8 8D D2 0 23 3 F 131 31 46
Octal 330 215 322 0 43 3 17 461 61 106
Binary 11011000 10001101 11010010 0 100011 11 1111 100110001 110001 1000110

Color Harmonies of #D88DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DD2

Black with #D88DD2

Text Example


Text Example

White with #D88DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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