Html Css Color HEX #D88ED8 Plum

📋 copy color: '#D88ED8'

red 216 ◦ green 142 ◦ blue 216

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

Shades of Plum #D88ED8

Tints of Plum #D88ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.63%

R = 37.63%
G = 24.74%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D88ED8 (or 0xD88ED8) is known color: Plum. HEX triplet: D8, 8E and D8. RGB value is (216,142,216). Sum of RGB (Red+Green+Blue) = 216+142+216=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D88ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ED8 is #277127. Grayscale: #ACACAC. Windows color (decimal): -2584872 or 14192344. OLE color: 14192344.

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

Color convert

RGB 216 142 216 -
CMYK 0 0.34 0 0.15
HSL 300º 0.49% 0.7% -
HSV(B) 300º 0.34% 0.85% -
XYZ 50.39 38.9 69.82 -
YUV 172.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 216 142 216 0 0.34 0 0.15 300 0.49 0.7
Hex D8 8E D8 0 22 0 F 12C 31 46
Octal 330 216 330 0 42 0 17 454 61 106
Binary 11011000 10001110 11011000 0 100010 0 1111 100101100 110001 1000110

Color Harmonies of #D88ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88ED8

Black with #D88ED8

Text Example


Text Example

White with #D88ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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