Html Css Color HEX #D287DF Plum

📋 copy color: '#D287DF'

red 210 ◦ green 135 ◦ blue 223

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

Shades of Plum #D287DF

Tints of Plum #D287DF

RGB

 RED value IS 210 (82.42% from 255) = 36.97%

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

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

R = 36.97%
G = 23.77%
B = 39.26%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D287DF (or 0xD287DF) is known color: Plum. HEX triplet: D2, 87 and DF. RGB value is (210,135,223). Sum of RGB (Red+Green+Blue) = 210+135+223=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #D287DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287DF is #2D7820. Grayscale: #A7A7A7. Windows color (decimal): -2979873 or 14649298. OLE color: 14649298.

HSL color Cylindrical-coordinate representation of color #D287DF: hue angle of 291.14º 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 #D287DF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 135 223 -
CMYK 0.06 0.39 0 0.13
HSL 291.14º 0.58% 0.7% -
HSV(B) 291.14º 0.39% 0.87% -
XYZ 48.56 36.36 74.27 -
YUV 167.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 210 135 223 0.06 0.39 0 0.13 291.14 0.58 0.7
Hex D2 87 DF 6 27 0 D 123 3A 46
Octal 322 207 337 6 47 0 15 443 72 106
Binary 11010010 10000111 11011111 110 100111 0 1101 100100011 111010 1000110

Color Harmonies of #D287DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D287DF

Black with #D287DF

Text Example


Text Example

White with #D287DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D287DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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