Html Css Color HEX #DC9FEC Plum

📋 copy color: '#DC9FEC'

red 220 ◦ green 159 ◦ blue 236

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

Shades of Plum #DC9FEC

Tints of Plum #DC9FEC

RGB

 RED value IS 220 (86.33% from 255) = 35.77%

 GREEN value IS 159 (62.5% from 255) = 25.85%

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 35.77%
G = 25.85%
B = 38.37%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC9FEC (or 0xDC9FEC) is known color: Plum. HEX triplet: DC, 9F and EC. RGB value is (220,159,236). Sum of RGB (Red+Green+Blue) = 220+159+236=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC9FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FEC is #236013. Grayscale: #B9B9B9. Windows color (decimal): -2318356 or 15507420. OLE color: 15507420.

HSL color Cylindrical-coordinate representation of color #DC9FEC: hue angle of 287.53º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9FEC is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 159 236 -
CMYK 0.07 0.33 0 0.07
HSL 287.53º 0.67% 0.77% -
HSV(B) 287.53º 0.33% 0.93% -
XYZ 57.05 46.07 85.24 -
YUV 186.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 220 159 236 0.07 0.33 0 0.07 287.53 0.67 0.77
Hex DC 9F EC 7 21 0 7 120 43 4D
Octal 334 237 354 7 41 0 7 440 103 115
Binary 11011100 10011111 11101100 111 100001 0 111 100100000 1000011 1001101

Color Harmonies of #DC9FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9FEC

Black with #DC9FEC

Text Example


Text Example

White with #DC9FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9FEC; }

 p { color: rgb(220,159,236); }

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

background-color css

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

 a { background-color: rgb(220,159,236); }

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

border-color css

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

 span { border-color: rgb(220,159,236); }

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