Html Css Color HEX #D487DF Plum

📋 copy color: '#D487DF'

red 212 ◦ green 135 ◦ blue 223

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

Shades of Plum #D487DF

Tints of Plum #D487DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 37.19%
G = 23.68%
B = 39.12%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D487DF (or 0xD487DF) is known color: Plum. HEX triplet: D4, 87 and DF. RGB value is (212,135,223). Sum of RGB (Red+Green+Blue) = 212+135+223=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #D487DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487DF is #2B7820. Grayscale: #A7A7A7. Windows color (decimal): -2848801 or 14649300. OLE color: 14649300.

HSL color Cylindrical-coordinate representation of color #D487DF: hue angle of 292.5º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D487DF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 135 223 -
CMYK 0.05 0.39 0 0.13
HSL 292.5º 0.58% 0.7% -
HSV(B) 292.5º 0.39% 0.87% -
XYZ 49.13 36.65 74.3 -
YUV 168.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 212 135 223 0.05 0.39 0 0.13 292.5 0.58 0.7
Hex D4 87 DF 5 27 0 D 124 3A 46
Octal 324 207 337 5 47 0 15 444 72 106
Binary 11010100 10000111 11011111 101 100111 0 1101 100100100 111010 1000110

Color Harmonies of #D487DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D487DF

Black with #D487DF

Text Example


Text Example

White with #D487DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D487DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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