Html Css Color HEX #DF9DDB Plum

📋 copy color: '#DF9DDB'

red 223 ◦ green 157 ◦ blue 219

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

Shades of Plum #DF9DDB

Tints of Plum #DF9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.21%

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

R = 37.23%
G = 26.21%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF9DDB (or 0xDF9DDB) is known color: Plum. HEX triplet: DF, 9D and DB. RGB value is (223,157,219). Sum of RGB (Red+Green+Blue) = 223+157+219=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DDB is #206224. Grayscale: #B7B7B7. Windows color (decimal): -2122277 or 14392799. OLE color: 14392799.

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

Color convert

RGB 223 157 219 -
CMYK 0 0.30 0.02 0.13
HSL 303.64º 0.51% 0.75% -
HSV(B) 303.64º 0.3% 0.87% -
XYZ 55.27 44.92 72.77 -
YUV 183.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 223 157 219 0 0.30 0.02 0.13 303.64 0.51 0.75
Hex DF 9D DB 0 1E 2 D 130 33 4B
Octal 337 235 333 0 36 2 15 460 63 113
Binary 11011111 10011101 11011011 0 11110 10 1101 100110000 110011 1001011

Color Harmonies of #DF9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DDB

Black with #DF9DDB

Text Example


Text Example

White with #DF9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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