Html Css Color HEX #D88ECD Plum

📋 copy color: '#D88ECD'

red 216 ◦ green 142 ◦ blue 205

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

Shades of Plum #D88ECD

Tints of Plum #D88ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.41%

R = 38.37%
G = 25.22%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D88ECD (or 0xD88ECD) is known color: Plum. HEX triplet: D8, 8E and CD. RGB value is (216,142,205). Sum of RGB (Red+Green+Blue) = 216+142+205=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ECD is #277132. Grayscale: #ABABAB. Windows color (decimal): -2584883 or 13471448. OLE color: 13471448.

HSL color Cylindrical-coordinate representation of color #D88ECD: hue angle of 308.92º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88ECD is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 142 205 -
CMYK 0 0.34 0.05 0.15
HSL 308.92º 0.49% 0.7% -
HSV(B) 308.92º 0.34% 0.85% -
XYZ 49.01 38.35 62.58 -
YUV 171.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 216 142 205 0 0.34 0.05 0.15 308.92 0.49 0.7
Hex D8 8E CD 0 22 5 F 135 31 46
Octal 330 216 315 0 42 5 17 465 61 106
Binary 11011000 10001110 11001101 0 100010 101 1111 100110101 110001 1000110

Color Harmonies of #D88ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88ECD

Black with #D88ECD

Text Example


Text Example

White with #D88ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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