Html Css Color HEX #D88EE0 Plum

📋 copy color: '#D88EE0'

red 216 ◦ green 142 ◦ blue 224

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

Shades of Plum #D88EE0

Tints of Plum #D88EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.49%

R = 37.11%
G = 24.4%
B = 38.49%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D88EE0 (or 0xD88EE0) is known color: Plum. HEX triplet: D8, 8E and E0. RGB value is (216,142,224). Sum of RGB (Red+Green+Blue) = 216+142+224=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 224 - color contains mainly: blue. Hex color #D88EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88EE0 is #27711F. Grayscale: #ADADAD. Windows color (decimal): -2584864 or 14716632. OLE color: 14716632.

HSL color Cylindrical-coordinate representation of color #D88EE0: hue angle of 294.15º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D88EE0 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 142 224 -
CMYK 0.04 0.37 0 0.12
HSL 294.15º 0.57% 0.72% -
HSV(B) 294.15º 0.37% 0.88% -
XYZ 51.45 39.33 75.4 -
YUV 173.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 216 142 224 0.04 0.37 0 0.12 294.15 0.57 0.72
Hex D8 8E E0 4 25 0 C 126 39 48
Octal 330 216 340 4 45 0 14 446 71 110
Binary 11011000 10001110 11100000 100 100101 0 1100 100100110 111001 1001000

Color Harmonies of #D88EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88EE0

Black with #D88EE0

Text Example


Text Example

White with #D88EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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