Html Css Color HEX #DF8CDB Plum

📋 copy color: '#DF8CDB'

red 223 ◦ green 140 ◦ blue 219

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

Shades of Plum #DF8CDB

Tints of Plum #DF8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.05%

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

R = 38.32%
G = 24.05%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF8CDB (or 0xDF8CDB) is known color: Plum. HEX triplet: DF, 8C and DB. RGB value is (223,140,219). Sum of RGB (Red+Green+Blue) = 223+140+219=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8CDB is #207324. Grayscale: #ADADAD. Windows color (decimal): -2126629 or 14388447. OLE color: 14388447.

HSL color Cylindrical-coordinate representation of color #DF8CDB: hue angle of 302.89º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8CDB is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 140 219 -
CMYK 0 0.37 0.02 0.13
HSL 302.89º 0.56% 0.71% -
HSV(B) 302.89º 0.37% 0.87% -
XYZ 52.6 39.56 71.88 -
YUV 173.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 223 140 219 0 0.37 0.02 0.13 302.89 0.56 0.71
Hex DF 8C DB 0 25 2 D 12F 38 47
Octal 337 214 333 0 45 2 15 457 70 107
Binary 11011111 10001100 11011011 0 100101 10 1101 100101111 111000 1000111

Color Harmonies of #DF8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8CDB

Black with #DF8CDB

Text Example


Text Example

White with #DF8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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