Html Css Color HEX #DA87DF Plum

📋 copy color: '#DA87DF'

red 218 ◦ green 135 ◦ blue 223

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

Shades of Plum #DA87DF

Tints of Plum #DA87DF

RGB

 RED value IS 218 (85.55% from 255) = 37.85%

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

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

R = 37.85%
G = 23.44%
B = 38.72%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA87DF (or 0xDA87DF) is known color: Plum. HEX triplet: DA, 87 and DF. RGB value is (218,135,223). Sum of RGB (Red+Green+Blue) = 218+135+223=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 135 (53.12% from 255 or 23.44% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA87DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87DF is #257820. Grayscale: #A9A9A9. Windows color (decimal): -2455585 or 14649306. OLE color: 14649306.

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

Color convert

RGB 218 135 223 -
CMYK 0.02 0.39 0 0.13
HSL 296.59º 0.58% 0.7% -
HSV(B) 296.59º 0.39% 0.87% -
XYZ 50.9 37.56 74.38 -
YUV 169.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 218 135 223 0.02 0.39 0 0.13 296.59 0.58 0.7
Hex DA 87 DF 2 27 0 D 129 3A 46
Octal 332 207 337 2 47 0 15 451 72 106
Binary 11011010 10000111 11011111 10 100111 0 1101 100101001 111010 1000110

Color Harmonies of #DA87DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA87DF

Black with #DA87DF

Text Example


Text Example

White with #DA87DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA87DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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