Html Css Color HEX #DFA8DA Plum

📋 copy color: '#DFA8DA'

red 223 ◦ green 168 ◦ blue 218

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

Shades of Plum #DFA8DA

Tints of Plum #DFA8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.8%

R = 36.62%
G = 27.59%
B = 35.8%

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

#DFA8DA (or 0xDFA8DA) is known color: Plum. HEX triplet: DF, A8 and DA. RGB value is (223,168,218). Sum of RGB (Red+Green+Blue) = 223+168+218=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8DA is #205725. Grayscale: #BDBDBD. Windows color (decimal): -2119462 or 14330079. OLE color: 14330079.

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

Color convert

RGB 223 168 218 -
CMYK 0 0.25 0.02 0.13
HSL 305.45º 0.46% 0.77% -
HSV(B) 305.45º 0.25% 0.87% -
XYZ 57.09 48.76 72.73 -
YUV 190.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 223 168 218 0 0.25 0.02 0.13 305.45 0.46 0.77
Hex DF A8 DA 0 19 2 D 131 2E 4D
Octal 337 250 332 0 31 2 15 461 56 115
Binary 11011111 10101000 11011010 0 11001 10 1101 100110001 101110 1001101

Color Harmonies of #DFA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA8DA

Black with #DFA8DA

Text Example


Text Example

White with #DFA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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