Html Css Color HEX #DF9DDC Plum

📋 copy color: '#DF9DDC'

red 223 ◦ green 157 ◦ blue 220

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

Shades of Plum #DF9DDC

Tints of Plum #DF9DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 37.17%
G = 26.17%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF9DDC (or 0xDF9DDC) is known color: Plum. HEX triplet: DF, 9D and DC. RGB value is (223,157,220). Sum of RGB (Red+Green+Blue) = 223+157+220=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DDC is #206223. Grayscale: #B7B7B7. Windows color (decimal): -2122276 or 14458335. OLE color: 14458335.

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

Color convert

RGB 223 157 220 -
CMYK 0 0.30 0.01 0.13
HSL 302.73º 0.51% 0.75% -
HSV(B) 302.73º 0.3% 0.87% -
XYZ 55.41 44.97 73.47 -
YUV 183.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 223 157 220 0 0.30 0.01 0.13 302.73 0.51 0.75
Hex DF 9D DC 0 1E 1 D 12F 33 4B
Octal 337 235 334 0 36 1 15 457 63 113
Binary 11011111 10011101 11011100 0 11110 1 1101 100101111 110011 1001011

Color Harmonies of #DF9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DDC

Black with #DF9DDC

Text Example


Text Example

White with #DF9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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