Html Css Color HEX #DC9CE6 Plum

📋 copy color: '#DC9CE6'

red 220 ◦ green 156 ◦ blue 230

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

Shades of Plum #DC9CE6

Tints of Plum #DC9CE6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.74%

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

R = 36.3%
G = 25.74%
B = 37.95%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC9CE6 (or 0xDC9CE6) is known color: Plum. HEX triplet: DC, 9C and E6. RGB value is (220,156,230). Sum of RGB (Red+Green+Blue) = 220+156+230=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC9CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CE6 is #236319. Grayscale: #B7B7B7. Windows color (decimal): -2319130 or 15113436. OLE color: 15113436.

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

Color convert

RGB 220 156 230 -
CMYK 0.04 0.32 0 0.10
HSL 291.89º 0.6% 0.76% -
HSV(B) 291.89º 0.32% 0.9% -
XYZ 55.69 44.71 80.56 -
YUV 183.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 220 156 230 0.04 0.32 0 0.10 291.89 0.6 0.76
Hex DC 9C E6 4 20 0 A 124 3C 4C
Octal 334 234 346 4 40 0 12 444 74 114
Binary 11011100 10011100 11100110 100 100000 0 1010 100100100 111100 1001100

Color Harmonies of #DC9CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9CE6

Black with #DC9CE6

Text Example


Text Example

White with #DC9CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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