Html Css Color HEX #DC8BCC Plum

📋 copy color: '#DC8BCC'

red 220 ◦ green 139 ◦ blue 204

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

Shades of Plum #DC8BCC

Tints of Plum #DC8BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.69%

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 39.08%
G = 24.69%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC8BCC (or 0xDC8BCC) is known color: Plum. HEX triplet: DC, 8B and CC. RGB value is (220,139,204). Sum of RGB (Red+Green+Blue) = 220+139+204=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BCC is #237433. Grayscale: #AAAAAA. Windows color (decimal): -2323508 or 13405148. OLE color: 13405148.

HSL color Cylindrical-coordinate representation of color #DC8BCC: hue angle of 311.85º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8BCC is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 139 204 -
CMYK 0 0.37 0.07 0.14
HSL 311.85º 0.54% 0.7% -
HSV(B) 311.85º 0.37% 0.86% -
XYZ 49.65 38.04 61.85 -
YUV 170.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 220 139 204 0 0.37 0.07 0.14 311.85 0.54 0.7
Hex DC 8B CC 0 25 7 E 138 36 46
Octal 334 213 314 0 45 7 16 470 66 106
Binary 11011100 10001011 11001100 0 100101 111 1110 100111000 110110 1000110

Color Harmonies of #DC8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8BCC

Black with #DC8BCC

Text Example


Text Example

White with #DC8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8BCC; }

 p { color: rgb(220,139,204); }

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

background-color css

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

 a { background-color: rgb(220,139,204); }

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

border-color css

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

 span { border-color: rgb(220,139,204); }

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