Html Css Color HEX #DA8DDE Plum

📋 copy color: '#DA8DDE'

red 218 ◦ green 141 ◦ blue 222

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

Shades of Plum #DA8DDE

Tints of Plum #DA8DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.21%

R = 37.52%
G = 24.27%
B = 38.21%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA8DDE (or 0xDA8DDE) is known color: Plum. HEX triplet: DA, 8D and DE. RGB value is (218,141,222). Sum of RGB (Red+Green+Blue) = 218+141+222=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA8DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8DDE is #257221. Grayscale: #ADADAD. Windows color (decimal): -2454050 or 14585306. OLE color: 14585306.

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

Color convert

RGB 218 141 222 -
CMYK 0.02 0.36 0 0.13
HSL 297.04º 0.55% 0.71% -
HSV(B) 297.04º 0.36% 0.87% -
XYZ 51.62 39.23 73.96 -
YUV 173.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 218 141 222 0.02 0.36 0 0.13 297.04 0.55 0.71
Hex DA 8D DE 2 24 0 D 129 37 47
Octal 332 215 336 2 44 0 15 451 67 107
Binary 11011010 10001101 11011110 10 100100 0 1101 100101001 110111 1000111

Color Harmonies of #DA8DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8DDE

Black with #DA8DDE

Text Example


Text Example

White with #DA8DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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