Html Css Color HEX #DF8ADB Plum

📋 copy color: '#DF8ADB'

red 223 ◦ green 138 ◦ blue 219

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

Shades of Plum #DF8ADB

Tints of Plum #DF8ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.76%

R = 38.45%
G = 23.79%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF8ADB (or 0xDF8ADB) is known color: Plum. HEX triplet: DF, 8A and DB. RGB value is (223,138,219). Sum of RGB (Red+Green+Blue) = 223+138+219=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ADB is #207524. Grayscale: #ACACAC. Windows color (decimal): -2127141 or 14387935. OLE color: 14387935.

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

Color convert

RGB 223 138 219 -
CMYK 0 0.38 0.02 0.13
HSL 302.82º 0.57% 0.71% -
HSV(B) 302.82º 0.38% 0.87% -
XYZ 52.31 38.98 71.78 -
YUV 172.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 223 138 219 0 0.38 0.02 0.13 302.82 0.57 0.71
Hex DF 8A DB 0 26 2 D 12F 39 47
Octal 337 212 333 0 46 2 15 457 71 107
Binary 11011111 10001010 11011011 0 100110 10 1101 100101111 111001 1000111

Color Harmonies of #DF8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8ADB

Black with #DF8ADB

Text Example


Text Example

White with #DF8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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