Html Css Color HEX #DC8CE2 Plum

📋 copy color: '#DC8CE2'

red 220 ◦ green 140 ◦ blue 226

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

Shades of Plum #DC8CE2

Tints of Plum #DC8CE2

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.89%

 BLUE value IS 226 (88.67% from 255) = 38.57%

R = 37.54%
G = 23.89%
B = 38.57%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC8CE2 (or 0xDC8CE2) is known color: Plum. HEX triplet: DC, 8C and E2. RGB value is (220,140,226). Sum of RGB (Red+Green+Blue) = 220+140+226=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC8CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CE2 is #23731D. Grayscale: #ADADAD. Windows color (decimal): -2323230 or 14847196. OLE color: 14847196.

HSL color Cylindrical-coordinate representation of color #DC8CE2: hue angle of 295.81º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8CE2 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 140 226 -
CMYK 0.03 0.38 0 0.11
HSL 295.81º 0.6% 0.72% -
HSV(B) 295.81º 0.38% 0.89% -
XYZ 52.62 39.46 76.8 -
YUV 173.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 220 140 226 0.03 0.38 0 0.11 295.81 0.6 0.72
Hex DC 8C E2 3 26 0 B 128 3C 48
Octal 334 214 342 3 46 0 13 450 74 110
Binary 11011100 10001100 11100010 11 100110 0 1011 100101000 111100 1001000

Color Harmonies of #DC8CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8CE2

Black with #DC8CE2

Text Example


Text Example

White with #DC8CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8CE2; }

 p { color: rgb(220,140,226); }

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

background-color css

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

 a { background-color: rgb(220,140,226); }

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

border-color css

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

 span { border-color: rgb(220,140,226); }

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