Html Css Color HEX #DD8ADD Plum

📋 copy color: '#DD8ADD'

red 221 ◦ green 138 ◦ blue 221

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

Shades of Plum #DD8ADD

Tints of Plum #DD8ADD

RGB

 RED value IS 221 (86.72% from 255) = 38.1%

 GREEN value IS 138 (54.3% from 255) = 23.79%

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 38.1%
G = 23.79%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD8ADD (or 0xDD8ADD) is known color: Plum. HEX triplet: DD, 8A and DD. RGB value is (221,138,221). Sum of RGB (Red+Green+Blue) = 221+138+221=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ADD is #227522. Grayscale: #ACACAC. Windows color (decimal): -2258211 or 14519005. OLE color: 14519005.

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

Color convert

RGB 221 138 221 -
CMYK 0 0.38 0 0.13
HSL 300º 0.55% 0.7% -
HSV(B) 300º 0.38% 0.87% -
XYZ 51.96 38.77 73.15 -
YUV 172.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 221 138 221 0 0.38 0 0.13 300 0.55 0.7
Hex DD 8A DD 0 26 0 D 12C 37 46
Octal 335 212 335 0 46 0 15 454 67 106
Binary 11011101 10001010 11011101 0 100110 0 1101 100101100 110111 1000110

Color Harmonies of #DD8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8ADD

Black with #DD8ADD

Text Example


Text Example

White with #DD8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8ADD; }

 p { color: rgb(221,138,221); }

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

background-color css

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

 a { background-color: rgb(221,138,221); }

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

border-color css

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

 span { border-color: rgb(221,138,221); }

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