Html Css Color HEX #DF9CD9 Plum

📋 copy color: '#DF9CD9'

red 223 ◦ green 156 ◦ blue 217

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

Shades of Plum #DF9CD9

Tints of Plum #DF9CD9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.17%

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

R = 37.42%
G = 26.17%
B = 36.41%

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

#DF9CD9 (or 0xDF9CD9) is known color: Plum. HEX triplet: DF, 9C and D9. RGB value is (223,156,217). Sum of RGB (Red+Green+Blue) = 223+156+217=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CD9 is #206326. Grayscale: #B6B6B6. Windows color (decimal): -2122535 or 14261471. OLE color: 14261471.

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

Color convert

RGB 223 156 217 -
CMYK 0 0.30 0.03 0.13
HSL 305.37º 0.51% 0.74% -
HSV(B) 305.37º 0.3% 0.87% -
XYZ 54.84 44.47 71.34 -
YUV 182.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 223 156 217 0 0.30 0.03 0.13 305.37 0.51 0.74
Hex DF 9C D9 0 1E 3 D 131 33 4A
Octal 337 234 331 0 36 3 15 461 63 112
Binary 11011111 10011100 11011001 0 11110 11 1101 100110001 110011 1001010

Color Harmonies of #DF9CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9CD9

Black with #DF9CD9

Text Example


Text Example

White with #DF9CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9CD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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