Html Css Color HEX #DF9BDE Plum

📋 copy color: '#DF9BDE'

red 223 ◦ green 155 ◦ blue 222

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

Shades of Plum #DF9BDE

Tints of Plum #DF9BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37%

R = 37.17%
G = 25.83%
B = 37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF9BDE (or 0xDF9BDE) is known color: Plum. HEX triplet: DF, 9B and DE. RGB value is (223,155,222). Sum of RGB (Red+Green+Blue) = 223+155+222=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 155 (60.94% from 255 or 25.83% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BDE is #206421. Grayscale: #B6B6B6. Windows color (decimal): -2122786 or 14588895. OLE color: 14588895.

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

Color convert

RGB 223 155 222 -
CMYK 0 0.30 0.00 0.13
HSL 300.88º 0.52% 0.74% -
HSV(B) 300.88º 0.3% 0.87% -
XYZ 55.34 44.4 74.76 -
YUV 182.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 223 155 222 0 0.30 0.00 0.13 300.88 0.52 0.74
Hex DF 9B DE 0 1E 0 D 12D 34 4A
Octal 337 233 336 0 36 0 15 455 64 112
Binary 11011111 10011011 11011110 0 11110 0 1101 100101101 110100 1001010

Color Harmonies of #DF9BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9BDE

Black with #DF9BDE

Text Example


Text Example

White with #DF9BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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