Html Css Color HEX #DFA6DB Plum

📋 copy color: '#DFA6DB'

red 223 ◦ green 166 ◦ blue 219

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

Shades of Plum #DFA6DB

Tints of Plum #DFA6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.3%

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

R = 36.68%
G = 27.3%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFA6DB (or 0xDFA6DB) is known color: Plum. HEX triplet: DF, A6 and DB. RGB value is (223,166,219). Sum of RGB (Red+Green+Blue) = 223+166+219=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 166 (65.23% from 255 or 27.30% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6DB is #205924. Grayscale: #BCBCBC. Windows color (decimal): -2119973 or 14395103. OLE color: 14395103.

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

Color convert

RGB 223 166 219 -
CMYK 0 0.26 0.02 0.13
HSL 304.21º 0.47% 0.76% -
HSV(B) 304.21º 0.26% 0.87% -
XYZ 56.85 48.07 73.3 -
YUV 189.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 223 166 219 0 0.26 0.02 0.13 304.21 0.47 0.76
Hex DF A6 DB 0 1A 2 D 130 2F 4C
Octal 337 246 333 0 32 2 15 460 57 114
Binary 11011111 10100110 11011011 0 11010 10 1101 100110000 101111 1001100

Color Harmonies of #DFA6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA6DB

Black with #DFA6DB

Text Example


Text Example

White with #DFA6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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