Html Css Color HEX #DC8FCC Plum

📋 copy color: '#DC8FCC'

red 220 ◦ green 143 ◦ blue 204

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

Shades of Plum #DC8FCC

Tints of Plum #DC8FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.22%

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

R = 38.8%
G = 25.22%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC8FCC (or 0xDC8FCC) is known color: Plum. HEX triplet: DC, 8F and CC. RGB value is (220,143,204). Sum of RGB (Red+Green+Blue) = 220+143+204=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FCC is #237033. Grayscale: #ACACAC. Windows color (decimal): -2322484 or 13406172. OLE color: 13406172.

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

Color convert

RGB 220 143 204 -
CMYK 0 0.35 0.07 0.14
HSL 312.47º 0.52% 0.71% -
HSV(B) 312.47º 0.35% 0.86% -
XYZ 50.24 39.22 62.05 -
YUV 172.98 145.51 161.54 -
System Red Green Blue C M Y K H S L
Decimal 220 143 204 0 0.35 0.07 0.14 312.47 0.52 0.71
Hex DC 8F CC 0 23 7 E 138 34 47
Octal 334 217 314 0 43 7 16 470 64 107
Binary 11011100 10001111 11001100 0 100011 111 1110 100111000 110100 1000111

Color Harmonies of #DC8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8FCC

Black with #DC8FCC

Text Example


Text Example

White with #DC8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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