Html Css Color HEX #DC96EC Plum

📋 copy color: '#DC96EC'

red 220 ◦ green 150 ◦ blue 236

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

Shades of Plum #DC96EC

Tints of Plum #DC96EC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.75%

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

R = 36.3%
G = 24.75%
B = 38.94%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC96EC (or 0xDC96EC) is known color: Plum. HEX triplet: DC, 96 and EC. RGB value is (220,150,236). Sum of RGB (Red+Green+Blue) = 220+150+236=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC96EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC96EC is #236913. Grayscale: #B4B4B4. Windows color (decimal): -2320660 or 15505116. OLE color: 15505116.

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

Color convert

RGB 220 150 236 -
CMYK 0.07 0.36 0 0.07
HSL 288.84º 0.69% 0.76% -
HSV(B) 288.84º 0.36% 0.93% -
XYZ 55.56 43.08 84.74 -
YUV 180.73 159.19 156.01 -
System Red Green Blue C M Y K H S L
Decimal 220 150 236 0.07 0.36 0 0.07 288.84 0.69 0.76
Hex DC 96 EC 7 24 0 7 121 45 4C
Octal 334 226 354 7 44 0 7 441 105 114
Binary 11011100 10010110 11101100 111 100100 0 111 100100001 1000101 1001100

Color Harmonies of #DC96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96EC

Black with #DC96EC

Text Example


Text Example

White with #DC96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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