Html Css Color HEX #DF9BDD Plum

📋 copy color: '#DF9BDD'

red 223 ◦ green 155 ◦ blue 221

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

Shades of Plum #DF9BDD

Tints of Plum #DF9BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.88%

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 37.23%
G = 25.88%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF9BDD (or 0xDF9BDD) is known color: Plum. HEX triplet: DF, 9B and DD. RGB value is (223,155,221). Sum of RGB (Red+Green+Blue) = 223+155+221=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 155 (60.94% from 255 or 25.88% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BDD is #206422. Grayscale: #B6B6B6. Windows color (decimal): -2122787 or 14523359. OLE color: 14523359.

HSL color Cylindrical-coordinate representation of color #DF9BDD: hue angle of 301.76º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9BDD is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 155 221 -
CMYK 0 0.30 0.01 0.13
HSL 301.76º 0.52% 0.74% -
HSV(B) 301.76º 0.3% 0.87% -
XYZ 55.2 44.35 74.06 -
YUV 182.86 149.53 156.63 -
System Red Green Blue C M Y K H S L
Decimal 223 155 221 0 0.30 0.01 0.13 301.76 0.52 0.74
Hex DF 9B DD 0 1E 1 D 12E 34 4A
Octal 337 233 335 0 36 1 15 456 64 112
Binary 11011111 10011011 11011101 0 11110 1 1101 100101110 110100 1001010

Color Harmonies of #DF9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9BDD

Black with #DF9BDD

Text Example


Text Example

White with #DF9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9BDD; }

 p { color: rgb(223,155,221); }

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

background-color css

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

 a { background-color: rgb(223,155,221); }

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

border-color css

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

 span { border-color: rgb(223,155,221); }

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