Html Css Color HEX #DF9CDB Plum

📋 copy color: '#DF9CDB'

red 223 ◦ green 156 ◦ blue 219

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

Shades of Plum #DF9CDB

Tints of Plum #DF9CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.09%

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

R = 37.29%
G = 26.09%
B = 36.62%

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

#DF9CDB (or 0xDF9CDB) is known color: Plum. HEX triplet: DF, 9C and DB. RGB value is (223,156,219). Sum of RGB (Red+Green+Blue) = 223+156+219=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CDB is #206324. Grayscale: #B7B7B7. Windows color (decimal): -2122533 or 14392543. OLE color: 14392543.

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

Color convert

RGB 223 156 219 -
CMYK 0 0.30 0.02 0.13
HSL 303.58º 0.51% 0.74% -
HSV(B) 303.58º 0.3% 0.87% -
XYZ 55.11 44.58 72.72 -
YUV 183.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 223 156 219 0 0.30 0.02 0.13 303.58 0.51 0.74
Hex DF 9C DB 0 1E 2 D 130 33 4A
Octal 337 234 333 0 36 2 15 460 63 112
Binary 11011111 10011100 11011011 0 11110 10 1101 100110000 110011 1001010

Color Harmonies of #DF9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9CDB

Black with #DF9CDB

Text Example


Text Example

White with #DF9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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