Html Css Color HEX #DC96E6 Plum

📋 copy color: '#DC96E6'

red 220 ◦ green 150 ◦ blue 230

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

Shades of Plum #DC96E6

Tints of Plum #DC96E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.33%

R = 36.67%
G = 25%
B = 38.33%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC96E6 (or 0xDC96E6) is known color: Plum. HEX triplet: DC, 96 and E6. RGB value is (220,150,230). Sum of RGB (Red+Green+Blue) = 220+150+230=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 230 (90.23% from 255 or 38.33% from 600); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC96E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC96E6 is #236919. Grayscale: #B3B3B3. Windows color (decimal): -2320666 or 15111900. OLE color: 15111900.

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

Color convert

RGB 220 150 230 -
CMYK 0.04 0.35 0 0.10
HSL 292.5º 0.62% 0.75% -
HSV(B) 292.5º 0.35% 0.9% -
XYZ 54.7 42.74 80.23 -
YUV 180.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 220 150 230 0.04 0.35 0 0.10 292.5 0.62 0.75
Hex DC 96 E6 4 23 0 A 124 3E 4B
Octal 334 226 346 4 43 0 12 444 76 113
Binary 11011100 10010110 11100110 100 100011 0 1010 100100100 111110 1001011

Color Harmonies of #DC96E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96E6

Black with #DC96E6

Text Example


Text Example

White with #DC96E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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