Html Css Color HEX #DC96E5 Plum

📋 copy color: '#DC96E5'

red 220 ◦ green 150 ◦ blue 229

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

Shades of Plum #DC96E5

Tints of Plum #DC96E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.23%

R = 36.73%
G = 25.04%
B = 38.23%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC96E5 (or 0xDC96E5) is known color: Plum. HEX triplet: DC, 96 and E5. RGB value is (220,150,229). Sum of RGB (Red+Green+Blue) = 220+150+229=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 150 (58.98% from 255 or 25.04% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC96E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96E5 is #23691A. Grayscale: #B3B3B3. Windows color (decimal): -2320667 or 15046364. OLE color: 15046364.

HSL color Cylindrical-coordinate representation of color #DC96E5: hue angle of 293.16º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC96E5 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 150 229 -
CMYK 0.04 0.34 0 0.10
HSL 293.16º 0.6% 0.74% -
HSV(B) 293.16º 0.34% 0.9% -
XYZ 54.56 42.69 79.49 -
YUV 179.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 220 150 229 0.04 0.34 0 0.10 293.16 0.6 0.74
Hex DC 96 E5 4 22 0 A 125 3C 4A
Octal 334 226 345 4 42 0 12 445 74 112
Binary 11011100 10010110 11100101 100 100010 0 1010 100100101 111100 1001010

Color Harmonies of #DC96E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96E5

Black with #DC96E5

Text Example


Text Example

White with #DC96E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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