Html Css Color HEX #DF9BDB Plum

📋 copy color: '#DF9BDB'

red 223 ◦ green 155 ◦ blue 219

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

Shades of Plum #DF9BDB

Tints of Plum #DF9BDB

RGB

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

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

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

R = 37.35%
G = 25.96%
B = 36.68%

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

#DF9BDB (or 0xDF9BDB) is known color: Plum. HEX triplet: DF, 9B and DB. RGB value is (223,155,219). Sum of RGB (Red+Green+Blue) = 223+155+219=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BDB is #206424. Grayscale: #B6B6B6. Windows color (decimal): -2122789 or 14392287. OLE color: 14392287.

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

Color convert

RGB 223 155 219 -
CMYK 0 0.30 0.02 0.13
HSL 303.53º 0.52% 0.74% -
HSV(B) 303.53º 0.3% 0.87% -
XYZ 54.94 44.25 72.66 -
YUV 182.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 223 155 219 0 0.30 0.02 0.13 303.53 0.52 0.74
Hex DF 9B DB 0 1E 2 D 130 34 4A
Octal 337 233 333 0 36 2 15 460 64 112
Binary 11011111 10011011 11011011 0 11110 10 1101 100110000 110100 1001010

Color Harmonies of #DF9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9BDB

Black with #DF9BDB

Text Example


Text Example

White with #DF9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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