Html Css Color HEX #D487E0 Plum

📋 copy color: '#D487E0'

red 212 ◦ green 135 ◦ blue 224

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

Shades of Plum #D487E0

Tints of Plum #D487E0

RGB

 RED value IS 212 (83.2% from 255) = 37.13%

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

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

R = 37.13%
G = 23.64%
B = 39.23%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D487E0 (or 0xD487E0) is known color: Plum. HEX triplet: D4, 87 and E0. RGB value is (212,135,224). Sum of RGB (Red+Green+Blue) = 212+135+224=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: blue. Hex color #D487E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487E0 is #2B781F. Grayscale: #A7A7A7. Windows color (decimal): -2848800 or 14714836. OLE color: 14714836.

HSL color Cylindrical-coordinate representation of color #D487E0: hue angle of 291.91º 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 #D487E0 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 135 224 -
CMYK 0.05 0.40 0 0.12
HSL 291.91º 0.59% 0.7% -
HSV(B) 291.91º 0.4% 0.88% -
XYZ 49.27 36.71 75.01 -
YUV 168.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 212 135 224 0.05 0.40 0 0.12 291.91 0.59 0.7
Hex D4 87 E0 5 28 0 C 124 3B 46
Octal 324 207 340 5 50 0 14 444 73 106
Binary 11010100 10000111 11100000 101 101000 0 1100 100100100 111011 1000110

Color Harmonies of #D487E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D487E0

Black with #D487E0

Text Example


Text Example

White with #D487E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D487E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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