Html Css Color HEX #D887E0 Plum

📋 copy color: '#D887E0'

red 216 ◦ green 135 ◦ blue 224

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

Shades of Plum #D887E0

Tints of Plum #D887E0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.48%

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

R = 37.57%
G = 23.48%
B = 38.96%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D887E0 (or 0xD887E0) is known color: Plum. HEX triplet: D8, 87 and E0. RGB value is (216,135,224). Sum of RGB (Red+Green+Blue) = 216+135+224=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #D887E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887E0 is #27781F. Grayscale: #A9A9A9. Windows color (decimal): -2586656 or 14714840. OLE color: 14714840.

HSL color Cylindrical-coordinate representation of color #D887E0: hue angle of 294.61º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D887E0 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 135 224 -
CMYK 0.04 0.40 0 0.12
HSL 294.61º 0.59% 0.7% -
HSV(B) 294.61º 0.4% 0.88% -
XYZ 50.44 37.31 75.06 -
YUV 169.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 216 135 224 0.04 0.40 0 0.12 294.61 0.59 0.7
Hex D8 87 E0 4 28 0 C 127 3B 46
Octal 330 207 340 4 50 0 14 447 73 106
Binary 11011000 10000111 11100000 100 101000 0 1100 100100111 111011 1000110

Color Harmonies of #D887E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D887E0

Black with #D887E0

Text Example


Text Example

White with #D887E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D887E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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