Html Css Color HEX #DFA8DB Plum

📋 copy color: '#DFA8DB'

red 223 ◦ green 168 ◦ blue 219

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

Shades of Plum #DFA8DB

Tints of Plum #DFA8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.54%

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

R = 36.56%
G = 27.54%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFA8DB (or 0xDFA8DB) is known color: Plum. HEX triplet: DF, A8 and DB. RGB value is (223,168,219). Sum of RGB (Red+Green+Blue) = 223+168+219=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8DB is #205724. Grayscale: #BEBEBE. Windows color (decimal): -2119461 or 14395615. OLE color: 14395615.

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

Color convert

RGB 223 168 219 -
CMYK 0 0.25 0.02 0.13
HSL 304.36º 0.46% 0.77% -
HSV(B) 304.36º 0.25% 0.87% -
XYZ 57.22 48.81 73.42 -
YUV 190.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 223 168 219 0 0.25 0.02 0.13 304.36 0.46 0.77
Hex DF A8 DB 0 19 2 D 130 2E 4D
Octal 337 250 333 0 31 2 15 460 56 115
Binary 11011111 10101000 11011011 0 11001 10 1101 100110000 101110 1001101

Color Harmonies of #DFA8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8DB

Black with #DFA8DB

Text Example


Text Example

White with #DFA8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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