Html Css Color HEX #DF8AD9 Plum

📋 copy color: '#DF8AD9'

red 223 ◦ green 138 ◦ blue 217

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

Shades of Plum #DF8AD9

Tints of Plum #DF8AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.54%

R = 38.58%
G = 23.88%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF8AD9 (or 0xDF8AD9) is known color: Plum. HEX triplet: DF, 8A and D9. RGB value is (223,138,217). Sum of RGB (Red+Green+Blue) = 223+138+217=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 217 (85.16% from 255 or 37.54% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8AD9 is #207526. Grayscale: #ACACAC. Windows color (decimal): -2127143 or 14256863. OLE color: 14256863.

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

Color convert

RGB 223 138 217 -
CMYK 0 0.38 0.03 0.13
HSL 304.24º 0.57% 0.71% -
HSV(B) 304.24º 0.38% 0.87% -
XYZ 52.04 38.87 70.41 -
YUV 172.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 223 138 217 0 0.38 0.03 0.13 304.24 0.57 0.71
Hex DF 8A D9 0 26 3 D 130 39 47
Octal 337 212 331 0 46 3 15 460 71 107
Binary 11011111 10001010 11011001 0 100110 11 1101 100110000 111001 1000111

Color Harmonies of #DF8AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8AD9

Black with #DF8AD9

Text Example


Text Example

White with #DF8AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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