Html Css Color HEX #DC96CD Plum

📋 copy color: '#DC96CD'

red 220 ◦ green 150 ◦ blue 205

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

Shades of Plum #DC96CD

Tints of Plum #DC96CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.65%

R = 38.26%
G = 26.09%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC96CD (or 0xDC96CD) is known color: Plum. HEX triplet: DC, 96 and CD. RGB value is (220,150,205). Sum of RGB (Red+Green+Blue) = 220+150+205=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96CD is #236932. Grayscale: #B1B1B1. Windows color (decimal): -2320691 or 13473500. OLE color: 13473500.

HSL color Cylindrical-coordinate representation of color #DC96CD: hue angle of 312.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96CD is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 205 -
CMYK 0 0.32 0.07 0.14
HSL 312.86º 0.5% 0.73% -
HSV(B) 312.86º 0.32% 0.86% -
XYZ 51.44 41.44 63.04 -
YUV 177.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 220 150 205 0 0.32 0.07 0.14 312.86 0.5 0.73
Hex DC 96 CD 0 20 7 E 139 32 49
Octal 334 226 315 0 40 7 16 471 62 111
Binary 11011100 10010110 11001101 0 100000 111 1110 100111001 110010 1001001

Color Harmonies of #DC96CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96CD

Black with #DC96CD

Text Example


Text Example

White with #DC96CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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