Html Css Color HEX #DF8ADD Plum

📋 copy color: '#DF8ADD'

red 223 ◦ green 138 ◦ blue 221

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

Shades of Plum #DF8ADD

Tints of Plum #DF8ADD

RGB

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

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

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

R = 38.32%
G = 23.71%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF8ADD (or 0xDF8ADD) is known color: Plum. HEX triplet: DF, 8A and DD. RGB value is (223,138,221). Sum of RGB (Red+Green+Blue) = 223+138+221=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ADD is #207522. Grayscale: #ACACAC. Windows color (decimal): -2127139 or 14519007. OLE color: 14519007.

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

Color convert

RGB 223 138 221 -
CMYK 0 0.38 0.01 0.13
HSL 301.41º 0.57% 0.71% -
HSV(B) 301.41º 0.38% 0.87% -
XYZ 52.57 39.09 73.18 -
YUV 172.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 223 138 221 0 0.38 0.01 0.13 301.41 0.57 0.71
Hex DF 8A DD 0 26 1 D 12D 39 47
Octal 337 212 335 0 46 1 15 455 71 107
Binary 11011111 10001010 11011101 0 100110 1 1101 100101101 111001 1000111

Color Harmonies of #DF8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8ADD

Black with #DF8ADD

Text Example


Text Example

White with #DF8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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