Html Css Color HEX #DC8CE5 Plum

📋 copy color: '#DC8CE5'

red 220 ◦ green 140 ◦ blue 229

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

Shades of Plum #DC8CE5

Tints of Plum #DC8CE5

RGB

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

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

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

R = 37.35%
G = 23.77%
B = 38.88%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC8CE5 (or 0xDC8CE5) is known color: Plum. HEX triplet: DC, 8C and E5. RGB value is (220,140,229). Sum of RGB (Red+Green+Blue) = 220+140+229=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC8CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8CE5 is #23731A. Grayscale: #ADADAD. Windows color (decimal): -2323227 or 15043804. OLE color: 15043804.

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

Color convert

RGB 220 140 229 -
CMYK 0.04 0.39 0 0.10
HSL 293.93º 0.63% 0.72% -
HSV(B) 293.93º 0.39% 0.9% -
XYZ 53.04 39.63 78.98 -
YUV 174.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 220 140 229 0.04 0.39 0 0.10 293.93 0.63 0.72
Hex DC 8C E5 4 27 0 A 126 3F 48
Octal 334 214 345 4 47 0 12 446 77 110
Binary 11011100 10001100 11100101 100 100111 0 1010 100100110 111111 1001000

Color Harmonies of #DC8CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8CE5

Black with #DC8CE5

Text Example


Text Example

White with #DC8CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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