Html Css Color HEX #DF9FD1 Plum

📋 copy color: '#DF9FD1'

red 223 ◦ green 159 ◦ blue 209

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

Shades of Plum #DF9FD1

Tints of Plum #DF9FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.36%

R = 37.73%
G = 26.9%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF9FD1 (or 0xDF9FD1) is known color: Plum. HEX triplet: DF, 9F and D1. RGB value is (223,159,209). Sum of RGB (Red+Green+Blue) = 223+159+209=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FD1 is #20602E. Grayscale: #B7B7B7. Windows color (decimal): -2121775 or 13737951. OLE color: 13737951.

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

Color convert

RGB 223 159 209 -
CMYK 0 0.29 0.06 0.13
HSL 313.13º 0.5% 0.75% -
HSV(B) 313.13º 0.29% 0.87% -
XYZ 54.34 45.09 66.16 -
YUV 183.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 223 159 209 0 0.29 0.06 0.13 313.13 0.5 0.75
Hex DF 9F D1 0 1D 6 D 139 32 4B
Octal 337 237 321 0 35 6 15 471 62 113
Binary 11011111 10011111 11010001 0 11101 110 1101 100111001 110010 1001011

Color Harmonies of #DF9FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FD1

Black with #DF9FD1

Text Example


Text Example

White with #DF9FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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