Html Css Color HEX #DF9DD9 Plum

📋 copy color: '#DF9DD9'

red 223 ◦ green 157 ◦ blue 217

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

Shades of Plum #DF9DD9

Tints of Plum #DF9DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.35%

R = 37.35%
G = 26.3%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF9DD9 (or 0xDF9DD9) is known color: Plum. HEX triplet: DF, 9D and D9. RGB value is (223,157,217). Sum of RGB (Red+Green+Blue) = 223+157+217=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DD9 is #206226. Grayscale: #B7B7B7. Windows color (decimal): -2122279 or 14261727. OLE color: 14261727.

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

Color convert

RGB 223 157 217 -
CMYK 0 0.30 0.03 0.13
HSL 305.45º 0.51% 0.75% -
HSV(B) 305.45º 0.3% 0.87% -
XYZ 55.01 44.81 71.4 -
YUV 183.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 223 157 217 0 0.30 0.03 0.13 305.45 0.51 0.75
Hex DF 9D D9 0 1E 3 D 131 33 4B
Octal 337 235 331 0 36 3 15 461 63 113
Binary 11011111 10011101 11011001 0 11110 11 1101 100110001 110011 1001011

Color Harmonies of #DF9DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DD9

Black with #DF9DD9

Text Example


Text Example

White with #DF9DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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