Html Css Color HEX #DF9DD7 Plum

📋 copy color: '#DF9DD7'

red 223 ◦ green 157 ◦ blue 215

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

Shades of Plum #DF9DD7

Tints of Plum #DF9DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.13%

R = 37.48%
G = 26.39%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF9DD7 (or 0xDF9DD7) is known color: Plum. HEX triplet: DF, 9D and D7. RGB value is (223,157,215). Sum of RGB (Red+Green+Blue) = 223+157+215=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 157 (61.72% from 255 or 26.39% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DD7 is #206228. Grayscale: #B7B7B7. Windows color (decimal): -2122281 or 14130655. OLE color: 14130655.

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

Color convert

RGB 223 157 215 -
CMYK 0 0.30 0.04 0.13
HSL 307.27º 0.51% 0.75% -
HSV(B) 307.27º 0.3% 0.87% -
XYZ 54.75 44.71 70.03 -
YUV 183.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 223 157 215 0 0.30 0.04 0.13 307.27 0.51 0.75
Hex DF 9D D7 0 1E 4 D 133 33 4B
Octal 337 235 327 0 36 4 15 463 63 113
Binary 11011111 10011101 11010111 0 11110 100 1101 100110011 110011 1001011

Color Harmonies of #DF9DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DD7

Black with #DF9DD7

Text Example


Text Example

White with #DF9DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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