Html Css Color HEX #DA8DDF Plum

📋 copy color: '#DA8DDF'

red 218 ◦ green 141 ◦ blue 223

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

Shades of Plum #DA8DDF

Tints of Plum #DA8DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.23%

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

R = 37.46%
G = 24.23%
B = 38.32%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA8DDF (or 0xDA8DDF) is known color: Plum. HEX triplet: DA, 8D and DF. RGB value is (218,141,223). Sum of RGB (Red+Green+Blue) = 218+141+223=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA8DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DDF is #257220. Grayscale: #ADADAD. Windows color (decimal): -2454049 or 14650842. OLE color: 14650842.

HSL color Cylindrical-coordinate representation of color #DA8DDF: hue angle of 296.34º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8DDF is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 141 223 -
CMYK 0.02 0.37 0 0.13
HSL 296.34º 0.56% 0.71% -
HSV(B) 296.34º 0.37% 0.87% -
XYZ 51.76 39.28 74.67 -
YUV 173.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 218 141 223 0.02 0.37 0 0.13 296.34 0.56 0.71
Hex DA 8D DF 2 25 0 D 128 38 47
Octal 332 215 337 2 45 0 15 450 70 107
Binary 11011010 10001101 11011111 10 100101 0 1101 100101000 111000 1000111

Color Harmonies of #DA8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8DDF

Black with #DA8DDF

Text Example


Text Example

White with #DA8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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