Html Css Color HEX #D88DEA Plum

📋 copy color: '#D88DEA'

red 216 ◦ green 141 ◦ blue 234

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

Shades of Plum #D88DEA

Tints of Plum #D88DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 36.55%
G = 23.86%
B = 39.59%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D88DEA (or 0xD88DEA) is known color: Plum. HEX triplet: D8, 8D and EA. RGB value is (216,141,234). Sum of RGB (Red+Green+Blue) = 216+141+234=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #D88DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88DEA is #277215. Grayscale: #ADADAD. Windows color (decimal): -2585110 or 15371736. OLE color: 15371736.

HSL color Cylindrical-coordinate representation of color #D88DEA: hue angle of 288.39º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88DEA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 141 234 -
CMYK 0.08 0.40 0 0.08
HSL 288.39º 0.69% 0.74% -
HSV(B) 288.39º 0.4% 0.92% -
XYZ 52.7 39.59 82.71 -
YUV 174.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 216 141 234 0.08 0.40 0 0.08 288.39 0.69 0.74
Hex D8 8D EA 8 28 0 8 120 45 4A
Octal 330 215 352 10 50 0 10 440 105 112
Binary 11011000 10001101 11101010 1000 101000 0 1000 100100000 1000101 1001010

Color Harmonies of #D88DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DEA

Black with #D88DEA

Text Example


Text Example

White with #D88DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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