Html Css Color HEX #D88EDD Plum

📋 copy color: '#D88EDD'

red 216 ◦ green 142 ◦ blue 221

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

Shades of Plum #D88EDD

Tints of Plum #D88EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.53%

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 37.31%
G = 24.53%
B = 38.17%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D88EDD (or 0xD88EDD) is known color: Plum. HEX triplet: D8, 8E and DD. RGB value is (216,142,221). Sum of RGB (Red+Green+Blue) = 216+142+221=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #D88EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88EDD is #277122. Grayscale: #ACACAC. Windows color (decimal): -2584867 or 14520024. OLE color: 14520024.

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

Color convert

RGB 216 142 221 -
CMYK 0.02 0.36 0 0.13
HSL 296.2º 0.54% 0.71% -
HSV(B) 296.2º 0.36% 0.87% -
XYZ 51.04 39.17 73.28 -
YUV 173.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 216 142 221 0.02 0.36 0 0.13 296.2 0.54 0.71
Hex D8 8E DD 2 24 0 D 128 36 47
Octal 330 216 335 2 44 0 15 450 66 107
Binary 11011000 10001110 11011101 10 100100 0 1101 100101000 110110 1000111

Color Harmonies of #D88EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88EDD

Black with #D88EDD

Text Example


Text Example

White with #D88EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88EDD; }

 p { color: rgb(216,142,221); }

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

background-color css

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

 a { background-color: rgb(216,142,221); }

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

border-color css

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

 span { border-color: rgb(216,142,221); }

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