Html Css Color HEX #DF9FDA Plum

📋 copy color: '#DF9FDA'

red 223 ◦ green 159 ◦ blue 218

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

Shades of Plum #DF9FDA

Tints of Plum #DF9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.5%

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

R = 37.17%
G = 26.5%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF9FDA (or 0xDF9FDA) is known color: Plum. HEX triplet: DF, 9F and DA. RGB value is (223,159,218). Sum of RGB (Red+Green+Blue) = 223+159+218=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FDA is #206025. Grayscale: #B8B8B8. Windows color (decimal): -2121766 or 14327775. OLE color: 14327775.

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

Color convert

RGB 223 159 218 -
CMYK 0 0.29 0.02 0.13
HSL 304.69º 0.5% 0.75% -
HSV(B) 304.69º 0.29% 0.87% -
XYZ 55.48 45.55 72.2 -
YUV 184.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 223 159 218 0 0.29 0.02 0.13 304.69 0.5 0.75
Hex DF 9F DA 0 1D 2 D 131 32 4B
Octal 337 237 332 0 35 2 15 461 62 113
Binary 11011111 10011111 11011010 0 11101 10 1101 100110001 110010 1001011

Color Harmonies of #DF9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FDA

Black with #DF9FDA

Text Example


Text Example

White with #DF9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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