Html Css Color HEX #DC96DB Plum

📋 copy color: '#DC96DB'

red 220 ◦ green 150 ◦ blue 219

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

Shades of Plum #DC96DB

Tints of Plum #DC96DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 37.35%
G = 25.47%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC96DB (or 0xDC96DB) is known color: Plum. HEX triplet: DC, 96 and DB. RGB value is (220,150,219). Sum of RGB (Red+Green+Blue) = 220+150+219=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96DB is #236924. Grayscale: #B2B2B2. Windows color (decimal): -2320677 or 14391004. OLE color: 14391004.

HSL color Cylindrical-coordinate representation of color #DC96DB: hue angle of 300.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 #DC96DB is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 219 -
CMYK 0 0.32 0.00 0.14
HSL 300.86º 0.5% 0.73% -
HSV(B) 300.86º 0.32% 0.86% -
XYZ 53.21 42.14 72.35 -
YUV 178.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 220 150 219 0 0.32 0.00 0.14 300.86 0.5 0.73
Hex DC 96 DB 0 20 0 E 12D 32 49
Octal 334 226 333 0 40 0 16 455 62 111
Binary 11011100 10010110 11011011 0 100000 0 1110 100101101 110010 1001001

Color Harmonies of #DC96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96DB

Black with #DC96DB

Text Example


Text Example

White with #DC96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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